ClusterType - type of Cluster<DataType> used in the
evalute() method.DataType - type of data in the cluster.public interface WithinClusterDivergence<ClusterType extends Cluster<DataType>,DataType> extends java.lang.Cloneable, CloneableSerializable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(ClusterType cluster)
Evaluates the divergence within a cluster.
|
clonedouble evaluate(ClusterType cluster)
cluster - Cluster to evaluate the divergence for.