Question 4:
(6 Marks)
CO3
Using k means clustering algorithm, with k = 2, classify the following data points:
{(0,5), (8, 3); (0, 2); (0, 1); (5, 3); (5, 2); (7, 0)}.
The initial centroids are C1=(0, 5) and C2=(5, 3). Update the cluster assignments
until they stop changing.