public abstract class ClusterEvaluationBase extends Object implements ClusterEvaluation
ClusterEvaluation
to
make life easier.Constructor and Description |
---|
ClusterEvaluationBase() |
Modifier and Type | Method and Description |
---|---|
abstract ClusterEvaluation |
clone() |
double |
evaluate(int[] designations,
DataSet dataSet)
Evaluates the clustering of the given clustering.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
public double evaluate(int[] designations, DataSet dataSet)
ClusterEvaluation
evaluate
in interface ClusterEvaluation
designations
- the array that stores the cluster assignments for
each data point in the data setdataSet
- the data set that contains all data pointspublic abstract ClusterEvaluation clone()
clone
in interface ClusterEvaluation
clone
in class Object
Copyright © 2017. All rights reserved.