CLUSTERS
- public interface SimilarityClusterer<CLUSTERS extends IndexClusters> extends SparseMatrixClusterer<CLUSTERS>
SimilarityClusterer
clusters data that can be represented as a similarity
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 |
clusterSimilarity(SparseMatrix sim) |
cluster
performClustering
CLUSTERS clusterSimilarity(SparseMatrix sim)
sim
- the similarity matrix