You want to cluster 6 observations into 2 clusters using the…
You want to cluster 6 observations into 2 clusters using the K-Means algorithm. After the first iteration, the clusters are:C1: {(2,2), (4,4), (6,6)}C2: {(0,4), (4,0), (8,8)}What will be the new cluster centroids for the second iteration?
Read Details