Skip to content

lxaw/kmeansclustering-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ❤️