Computer Science, asked by coolpieSid2858, 13 days ago

Suppose that the data mining task is to cluster the following eight points (with (x, y) representing location) into three clusters: (3, 10), (2, 15), (8, 10), (5, 8), (4, 5), (6, 4), (3, 2), (4, 12)

Answers

Answered by Gouta
0

Answer:

After second iteration, the center of the three clusters are-

C1(3, 9.5)

C2(6.5, 5.25)

C3(1.5, 3.5)

Similar questions