8000 GitHub - PetropoulakisPanagiotis/clustering: Clustering methods implementations in C++: Lloyd, K-Means, K-Means++, PAM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PetropoulakisPanagiotis/clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

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

0