Assume you have the following data points:1, 3, 4, 7, 10and…
Assume you have the following data points:1, 3, 4, 7, 10and you execute the k-means algorithm to cluster the data with k=2.If 1 is the first cluster centroid and 4 the second cluster centroid, then what will be the final cluster memberships after the k-means algorithm finishes?
Read Details