Kizspy | Question: 19
(Choose 1 answer)
Which of the following is NOT a steps of the k-means algorithm to find k clusters?
A. 1. Choose the value of k and the k initial guesses for the centroids.
B. 2. Compute the distance from each data point (xi, yi) to each centroid. Assign each point to the closest centroid. This association defines the first k clusters.
C. 3. Compute the centroid, the center of mass, of each newly defined cluster from Step 2.
D. 4. Repeat Steps 2 and 3 until the algorithm converges to an answer
E. 5. Repeat until the algorithm reaches the convergence