Package | Description |
---|---|
edu.ucla.sspace.clustering |
Modifier and Type | Method and Description |
---|---|
List<Merge> |
HierarchicalAgglomerativeClustering.buildDendogram(Matrix m,
HierarchicalAgglomerativeClustering.ClusterLinkage linkage,
Similarity.SimType similarityFunction)
Builds a dendrogram of the rows of similarity matrix by iteratelyve
linking each row according to the linkage policy in a bottom up manner.
|
List<Merge> |
HierarchicalAgglomerativeClustering.buildDendrogram(Matrix similarityMatrix,
HierarchicalAgglomerativeClustering.ClusterLinkage linkage)
Builds a dendrogram of the rows of similarity matrix by iteratively
linking each row according to the linkage policy in a bottom up manner.
|
Copyright © 2012. All Rights Reserved.