Point Clustering

From OSGeo
Revision as of 20:17, 22 October 2006 by Wiki-Mloskot (talk | contribs) (Added link to "Using Genetic Algorithms in Clustering Problems")
Jump to navigation Jump to search

Point Clustering: Various Approaches

Please fill this in with any approaches that you have tried for Point Clustering along with code snippets. Please include discussion on why a particular method worked well or didn't work well and what circumstances it may be good for.

Possible Approaches:

  • Coordinate interleaving
  • K means Clustering
  • Heirarchical Clustering
  • distance calculation for each coordinate pair

References