Clustering
K-Means Clustering Example
The following example generates random data in three clusters. When the iterate button is clicked, a set of centroids is generated and placed in the
chart. Each click of iterate will run one iteration of the k-means algorithm and move the centroids accordingly.
copy