See: Description
| Class | Description |
|---|---|
| CompleteLinkCluster |
Implements the complete-link clustering algorithm.
|
| NearestNeighbour |
This implement a version of the nearest neighbour algorithm that searches over a
balanced
KD_Tree tree. |
| SingleLinkCluster |
Implements the single-link clustering algorithm.
|