Question: Cluster the following six points ( with ( x , y ) representing locations ) into two clusters A 1 ( 1 , 1 )

Cluster the following six points (with (x, y) representing locations) into two clusters A1(1,1) A2(8,10) A3(4,4) A4(3,6) A5(10,8) A6(6,5). Initial cluster centers are A1(1,1) A3(4,4). Using Euclidean distance. Assume the initial two centers are C1=A1, C2=A3.
Use k-means algorithm to find the two cluster centers after the two iterations.

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 Programming Questions!