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 elseModifier and Type | Method and Description |
---|---|
CLUSTERS |
clusterDistance(SparseMatrix dist) |
cluster
performClustering
CLUSTERS clusterDistance(SparseMatrix dist)
dist
- the distance matrix