Skip to content
/ kmeans Public

A C implementation of K-Means clustering algorithm with Python bindings

License

Notifications You must be signed in to change notification settings

exTerEX/kmeans

Repository files navigation

K-Means Clustering

A simple C implementation of K-Means clustering with bindings to Python and R.

Get started

Requirements

  • GCC/Clang
  • CMake 3.1+
  • Python 3.6+ w/ numpy (optional)
  • R 4.0+ (optional)

Install directly

python -m pip install .

Build wheel

python setup.py bdist_wheel

LICENSE

This project is licensed under MIT. See LICENSE for more information.