public interface ClusterEvaluation
ClusterDissimilarity
in that it evaluates all
clusters, instead of just measuring the dissimilarity of two specific clusters.Modifier and Type | Method and Description |
---|---|
ClusterEvaluation |
clone() |
double |
evaluate(int[] designations,
DataSet dataSet)
Evaluates the clustering of the given clustering.
|
double |
evaluate(List<List<DataPoint>> dataSets)
Evaluates the clustering of the given set of clusters.
|
double evaluate(int[] designations, DataSet dataSet)
designations
- the array that stores the cluster assignments for
each data point in the data setdataSet
- the data set that contains all data pointsdouble evaluate(List<List<DataPoint>> dataSets)
dataSets
- a list of lists, where the size of the first index
indicates the the number of clusters, and the list at each index is the
data points that make up each cluster.ClusterEvaluation clone()
Copyright © 2017. All rights reserved.