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 else| Modifier and Type | Method and Description |
|---|---|
CLUSTERS |
clusterSimilarity(SparseMatrix sim) |
clusterperformClusteringCLUSTERS clusterSimilarity(SparseMatrix sim)
sim - the similarity matrix