Question: Suppose we are given the following dataset { ( 0 , 4 ) , ( 1 , 3 ) , ( 2 , 6 )

Suppose we are given the following dataset
{(0,4),(1,3),(2,6),(3,3),(5,5),(5,6),(9,9)}.
We apply k-means, with k=3, to cluster the dataset using the Manhattan distance for computing the distances between centroids and pairs in the dataset. The Manhattan distance between (x1,y1) and (x2,y2) is defined as
|x1-x2|+|y1-y2|
Suppose that the initial clusters of k-means are C1,C2 and C3 with
{(1,3),(3,3),(5,6)}
{(0,4),(2,6)}
{(5,5),(9,9)}
and that the centroids for C1,C2 and C3 are (3,4),(1,5) and (7,7), respectively. If we then run k-means for two iterations, what are the new clusters and what are their respective centroids? PLEASE UPLOAD A HANDWRITTEN ANSWER
 Suppose we are given the following dataset {(0,4),(1,3),(2,6),(3,3),(5,5),(5,6),(9,9)}. We apply k-means,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!