Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

prateekkumarweb/K-means-cluster

Repository files navigation

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

Cluster 1

K-MEANS++

Cluster 2

LICENSE : MIT

About

K-means Clustering implementation on random points in 2D plane

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published