Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering algorithms powered by Numpy

This is an fast implementation of K-Means, K-Means++ and C-Means with Numpy.

How to install ?

This package is distributed on https://pypi.org/project/clustering-algorithms and can be installed by the following command:

pip install clustering-algorithms

How to contribute ?

Comments and PR are very welcome. You can check the coding conventions by running the following command:

./scripts/bash/style.sh

Miscellaneous

Performance comparison of K-Means and C-Means

PYTHONPATH=. python  ./scripts/python/performance.py

Plotting K-Means and C-Means

PYTHONPATH=. python  ./scripts/python/plot.py

About

K-means and C-means experiments with Numpy

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages