Difference between revisions of "Point Clustering"
Jump to navigation
Jump to search
Wiki-Bitner (talk | contribs) |
Wiki-Bitner (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
== Point Clustering: Various Approaches == | == 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. | 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: | + | === Possible Approaches: === |
* Coordinate interleaving | * Coordinate interleaving | ||
* K means or other statistical approaches | * K means or other statistical approaches | ||
* distance calculation for each coordinate pair | * distance calculation for each coordinate pair | ||
+ | |||
+ | === References === | ||
+ | * [http://en.wikipedia.org/wiki/Data_clustering Wikipedia] Article on Data Clustering |
Revision as of 09:47, 22 October 2006
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 or other statistical approaches
- distance calculation for each coordinate pair
References
- Wikipedia Article on Data Clustering