Exercise 4.7.9

Answers

If we start with 5 clusters, then first, we combine the two closest clusters at (0,0) and (1,0), then we have:

  • k = 4, combine (0,0) and (1,0) into one cluster, P1 = (0.5,0),P2 = (3,0),P3 = (0,4),P4 = (0,8)
  • k = 3, combine (0,0),(1,0),(3,0) into one cluster, P1 = (4 3,0),P2 = (0,4),P3 = (0,8)
  • k = 2, combine (0,4),(0,8) into one cluster, P1 = (4 3,0),P2 = (0,6)
User profile picture
2020-03-20 00:00
Comments