Wiki

Clone wiki

k_means_cluster / Example

k-means-cluster

Home | Example | About

Example

(Images produced by the script example.dart in the example folder.)

In this example, the algorithm has been applied to a set of data instances that have been randomly produced near three centers. The clusters and associated points are illustrated after each iteration of the algorithm until the clusters settle down.

Iteration Clustering
0 (initial assignment)
1
2
3
4
5
6

Updated