Posts Tagged ‘Processing.org’
K-means clustering visualization example, points in 2D space
I implemented a K-means clustering of points in 2D space.
This is visualized using Java applet. Click this link to see the demo.
Another idea for alternative k-means where centroid is calculated by boundary rectangle of the points. Click this link to see the demo.
