PetropoulakisPanagiotis / clustering

Clustering methods implementations in C++: Lloyd, K-Means, K-Means++, PAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Clustering

Available methods:

Initialization Assignment Update Centroids
Random Lloyd's K-Means
K-Means++ Range PAM

Note: as for the range assignment (LSH/Hypercube), please refer also to nearest-neighbor-search repository.

Installation

Clone this repository to your local machine:

git clone https://github.com/PetropoulakisPanagiotis/clustering.git

Wiki

Author

Petropoulakis Panagiotis petropoulakispanagiotis@gmail.com