Question
What is an empty-cluster problem in k-means?
Select an option. Your answer will be checked instantly.
Correct Answer: A. No observations are assigned to one of the current centroids
Explanation:
A centroid cannot be updated by taking the mean of an empty set of assigned points. Implementations must reinitialize or otherwise handle such a center.
Leave a Reply