Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 162 Bytes

File metadata and controls

5 lines (3 loc) · 162 Bytes

KMeans_cpp

An algorithm to implement K Means clustering method in C++.

Curently it only takes 1D dataset of floats. It'll be updated to take 3D dataset soon.