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.
- Host: GitHub
- URL: https://github.com/lerkkap/k-means-clustering
- Owner: LerkkaP
- Created: 2025-07-10T10:15:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-14T11:14:31.000Z (about 1 year ago)
- Last Synced: 2025-07-14T12:16:44.327Z (about 1 year ago)
- Topics: cpp, k-means-clustering, pybind11, unsupervised-learning
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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