Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 525 Bytes

C++ K-Means

K-means nearest neighbor implementation in C++

🎦 Video:

❔ What is it?

  • Finds the best cluster for a set of points.
  • Points can be any dimension.
  • Can set the number of clusters by changing centroid parameters.
  • Can see graphical result of clustering with included Python script.

❤️ How to Support ❤️