Clustering
17
Clustering
- General approach to clustering
- Try a simple algorithm that works in most cases. Use a more expensive algorithm when that fails.
- Nearest neighbor algorithm
- Start with one flagged point forming a cluster.
- Successive flagged points are added if the distance from these points to the cluster is less than a specified distance (say two mesh widths)
Notes:
17