This is an fast implementation of K-Means, K-Means++ and C-Means with Numpy.
This package is distributed on https://pypi.org/project/clustering-algorithms and can be installed by the following command:
pip install clustering-algorithms
Comments and PR are very welcome. You can check the coding conventions by running the following command:
./scripts/bash/style.sh
PYTHONPATH=. python ./scripts/python/performance.py
PYTHONPATH=. python ./scripts/python/plot.py