K-means Clustering
Compile
$ g++ main.cpp -std=c++11
Run
$ ./a.out 1000 10 points1.dat points2.dat
Graph
$ gnuplot plotboth.dem
Plots done for random points
K-MEANS
K-MEANS++
LICENSE : MIT
$ g++ main.cpp -std=c++11
$ ./a.out 1000 10 points1.dat points2.dat
$ gnuplot plotboth.dem
LICENSE : MIT