Question 1
How does K-means++ algorithm enhance the initialization process as compared to the standard K- means algorithm?
It ensures the algorithm converges in a fixed number of iterations.
It improves centroid initialization by spreading them out, leading to better separated clusters.
It automatically calculates the best value of K.
It removes the need to run the algorithm multiple times.
