What problem does the k-means++ initialization scheme address compared to random initialization?
-
A
It eliminates the need to specify k in advance
-
B
It reduces the chance of poor convergence to local optima by spreading initial centroids
-
C
It guarantees finding the global optimum cluster assignment
-
D
It accelerates convergence by using gradient descent instead of Lloyd's algorithm