Package | Description |
---|---|
edu.ucla.sspace.clustering |
Modifier and Type | Method and Description |
---|---|
static NeighborChainAgglomerativeClustering.ClusterLink |
NeighborChainAgglomerativeClustering.ClusterLink.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeighborChainAgglomerativeClustering.ClusterLink[] |
NeighborChainAgglomerativeClustering.ClusterLink.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Assignments |
NeighborChainAgglomerativeClustering.clusterAdjacencyMatrix(Matrix adj,
NeighborChainAgglomerativeClustering.ClusterLink method,
int numClusters)
Clusters the points represented as an adjacency matrix in
adj
using the supplied ClusterLink method into numCluster . |
Constructor and Description |
---|
NeighborChainAgglomerativeClustering(NeighborChainAgglomerativeClustering.ClusterLink method,
SimilarityFunction simFunc)
Creates a
NeighborChainAgglomerativeClustering with the specified
minimum similarity threshold. |
Copyright © 2012. All Rights Reserved.