public interface IntraClusterEvaluation
Modifier and Type | Method and Description |
---|---|
IntraClusterEvaluation |
clone() |
double |
evaluate(int[] designations,
DataSet dataSet,
int clusterID)
Evaluates the cluster represented by the given list of data points.
|
double |
evaluate(List<DataPoint> dataPoints)
Evaluates the cluster represented by the given list of data points.
|
double evaluate(int[] designations, DataSet dataSet, int clusterID)
designations
- the array of cluster designations for the data setdataSet
- the full data set of all clustersclusterID
- the cluster id in the designations array to
return the evaluation ofdouble evaluate(List<DataPoint> dataPoints)
dataPoints
- the data points that make up this clusterIntraClusterEvaluation clone()
Copyright © 2017. All rights reserved.