C1: {(2,2), (5,5), (8,8)}
C2: {(1,5), (5,1)}
C3: {(6,6), (10,10)}
What will be the cluster centroids if you want to proceed for a second iteration?
Suppose, other points in the dataset are:
(2,3), (1,4), (5,6), (-1,-1), (-1,4), (3,-5), (-9,7), (8,7), (1,-4), (5,-6), (-4,7)
Then which of the above-mentioned points is most likely to be chosen as the next centroid for the given data?
In hierarchical clustering, which method tends to create elongated clusters by linking the closest points between clusters?