Description:

  • Goal. Given a set U of n objects labeled , partition into clusters so that objects in different clusters are far apart

k-clustering.

  • Divide objects into k non-empty groups.
  • Distance function. Numeric value specifying “closeness” of two objects.
    • j [ identity of indiscernibles ]
    • [ non-negativity ]
    • [ symmetry ]
  • Spacing. Min distance between any pair of points in different clusters.
  • Goal. Given an integer k, find a k-clustering of maximum spacing.