Question 3
Consider the dataset consisting of the following points:
We want to run the -means++ algorithm with . Suppose the first cluster center chosen is . Which of the following statements are correct?
Hint: The score of a datapoint is given by , where is the initial cluster center.
The points (0, 2), (2, 0), and (2, 2) have the equal probability of being chosen as the second cluster center.
The probability of selecting (2, 2) as the second cluster center is twice that of selecting (0, 2).
If (2, 2) is chosen as the second cluster center, the algorithm will always converge in one iteration.
The tie-breaking rule will affect the final cluster centers.