项目作者: prateekkumarweb

项目描述 :
K-means Clustering implementation on random points in 2D plane
高级语言: HTML
项目地址: git://github.com/prateekkumarweb/K-means-cluster.git
创建时间: 2016-09-20T06:44:44Z
项目社区:https://github.com/prateekkumarweb/K-means-cluster

开源协议:MIT License

下载


K-means Clustering

Compile

  1. $ g++ main.cpp -std=c++11

Run

  1. $ ./a.out 1000 10 points1.dat points2.dat

Graph

  1. $ gnuplot plotboth.dem

Plots done for random points

K-MEANS

Cluster 1

K-MEANS++

Cluster 2

LICENSE : MIT