Assignment 4 : K-Means (Lloyds) and LBG Algorithm
We are supposed to perform clustering of the given Universe using K-Means and LBG algorithm.
- Download zip and extract it
- Now you can see two folder named as 'Kmeans' and 'LBG'
- Open Microsoft visual studio and press "Ctrl + Shift + O" and browse to the folder where you extracted the zip.
- select the Kmeans.sln or LBG file, it will launch the project.
- Go to Source files and select Kmeans.cpp or LBG.cpp file (depends on which project you have opened) and press F5.
- Make sure the Universe.csv exist where the Kmeans.cpp and LBG.cpp files are present.