Skip to content

kaustubholpadkar/K-means_Clustering-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-means_Clustering-Simulation

Simulation of K-means Clustering algorithm using P5.JS

Overview

I have created the simulation of K-means Clustering algorithm using P5.JS graphics library.

User can insert the data-points as well as cluster centroids on canvas at runtime and simulate how the cluster centroids will converge to centre of respective cluster.

sketch.js contains the core logic for the simulation.