You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above shows K-Means Clustering of 1000 randomly sampled points with k=3. Each point & the initial centroid are sampled from a normal distribution of X~N(0, 100*100). The points are iteratively reassigned to the cluster of the nearest centroid; The coordinates of the centroids are then calculated using the average of all its cluster members.