Question: Which of the following is a key step in the K-means algorithm?
Options:
Correct Answer: Assigning data points to the nearest cluster centroid
Solution:
A key step in K-means is assigning data points to the nearest cluster centroid based on distance.