Various options:
- distance from centroid to centroid (d(A, B) = 0 iff A=B)
- minimum distance (as close as possible within GH A to GH B; d(A, B) = 0 for all B neighboring A)
- maximum distance (as far as possible within GH A to GH B; d(A, A) > 0)
Only the first is a "proper metric" for the reasons laid out in parentheses.
Various options:
Only the first is a "proper metric" for the reasons laid out in parentheses.