Page 1 of 1

Suppose that the data mining task is to cluster points (with (x,y) representing location) into three clusters, where the

Posted: Thu Jul 14, 2022 2:12 pm
by answerhappygod
Suppose That The Data Mining Task Is To Cluster Points With X Y Representing Location Into Three Clusters Where The 1
Suppose That The Data Mining Task Is To Cluster Points With X Y Representing Location Into Three Clusters Where The 1 (19.52 KiB) Viewed 39 times
Suppose that the data mining task is to cluster points (with (x,y) representing location) into three clusters, where the points are A1​(2,10),A2​(2,5),B1​(5,8), B2​(7,5),B3​(6,4),C1​(1,2),C2​(4,9). The distance function is Euclidean distance. Suppose initially we assign A1​,B1​,C1​ as the center of each cluster, respectively. Use the k-means algorithm to show the three clusters and their centroids after two rounds of execution.