Package | Description |
---|---|
org.apache.commons.math3.ml.clustering |
Clustering algorithms.
|
org.apache.commons.math3.ml.clustering.evaluation |
Cluster evaluation methods.
|
Modifier and Type | Method and Description |
---|---|
ClusterEvaluator<T> |
MultiKMeansPlusPlusClusterer.getClusterEvaluator()
Returns the
ClusterEvaluator used to determine the "best" clustering. |
Constructor and Description |
---|
MultiKMeansPlusPlusClusterer(KMeansPlusPlusClusterer<T> clusterer,
int numTrials,
ClusterEvaluator<T> evaluator)
Build a clusterer.
|
Modifier and Type | Class and Description |
---|---|
class |
SumOfClusterVariances<T extends Clusterable>
Computes the sum of intra-cluster distance variances according to the formula:
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.