K-means Clustering implementation on random points in 2D plane
$ g++ main.cpp -std=c++11
$ ./a.out 1000 10 points1.dat points2.dat
$ gnuplot plotboth.dem
LICENSE : MIT