Coder Social home page Coder Social logo

panpapag / clustering-for-vectors-and-polygonal-curves Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 172.86 MB

Implementation of 8 different variants of clustering algorithms for vectors and polygonal curves in C++

License: MIT License

Makefile 0.54% C++ 99.19% Shell 0.27%

clustering-for-vectors-and-polygonal-curves's Introduction

Clustering-for-vectors-and-polygonal-curves

This project implements clustering algorithms for in Euclidian space Rd and polygonal curves in Euclidian space R2 using using the 8 combinations of the following variants. The Manhattan metric (L1) is used for vectors and the pseudo Dynamic Time Warping (DTW) for the curves.

Initialization

  1. Random selection of K points/curves (simplest)
  2. K-means++

Assignment

  1. Lloyd's assignment (simplest approach)
  2. Assignment by Range Search using LSH for vectors/curves (inverse assignment)

Update

  1. Partitioning around medoids (PAM) `a la Lloyds
  2. Calculating Mean Vector/DTW Centroid Curve

Installing

Download source code by typing:

https://github.com/PanPapag/Clustering-for-vectors-and-polygonal-curves.git

License

This project is licensed under the MIT License - see the LICENSE file for details

clustering-for-vectors-and-polygonal-curves's People

Contributors

panpapag avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.