Content deleted Content added
→top: stack |
→top: clarify space |
||
Line 4:
The resulting system of merges occurs in a different order than in a naive implementation of the same clustering algorithms, but can be shown to generate the same hierarchy of clusters.
The nearest-neighbor chain algorithm determines a clustering in time quadratic in the number of points. This time bound is linear in the input size, when the input is given as an explicit distance matrix. The method uses an amount of memory that is linear in the number of points to be clustered,
==Background==
|