Question
What should an analyst do if a k-means run produces an empty cluster?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Reinitialize that centroid or use an implementation with an empty-cluster strategy
Explanation:
An empty cluster has no points from which to compute a mean.
Algorithms handle this by relocating or replacing the centroid.
Leave a Reply