Package | Description |
---|---|
edu.ucla.sspace.clustering |
Modifier and Type | Method and Description |
---|---|
static ClutoClustering.Method |
ClutoClustering.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClutoClustering.Method[] |
ClutoClustering.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Assignments |
ClutoClustering.cluster(Matrix matrix,
int numClusters,
ClutoClustering.Method clusterMethod,
ClutoClustering.Criterion criterionMethod)
Clusters the set of rows in the given
Matrix into a specified
number of clusters using the specified CLUTO clustering method. |
Copyright © 2012. All Rights Reserved.