An open API service indexing awesome lists of open source software.

https://github.com/lerkkap/k-means-clustering

K-means clustering algorithm. Implemented in c++ and visualized with python via pybind11.
https://github.com/lerkkap/k-means-clustering

cpp k-means-clustering pybind11 unsupervised-learning

Last synced: 12 months ago
JSON representation

K-means clustering algorithm. Implemented in c++ and visualized with python via pybind11.

Awesome Lists containing this project

README

          

# K-means clustering

## TODO

- [ ] Implement K-means clustering algorithm
- [ ] Wrap the program with Pybind11 to Python to visualize the results