CLUSTERS - public interface DistanceClusterer<CLUSTERS extends IndexClusters> extends SparseMatrixClusterer<CLUSTERS>
DistanceClusterer clusters data that can be represented as a distance
matrix. Specifically these clusterers only need to know (in some sense) how similar two
things are and nothing else| Modifier and Type | Method and Description |
|---|---|
CLUSTERS |
clusterDistance(SparseMatrix dist) |
clusterperformClusteringCLUSTERS clusterDistance(SparseMatrix dist)
dist - the distance matrix