Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 424 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 424 Bytes

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.