|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.dm.clustering.validation.InternalValidationMeasure
de.aitools.dm.clustering.validation.internal.DunnIndex
public class DunnIndex
Dunn Index (simplified version).
References:
J. Dunn, 1974. Well separated clusters and optimal fuzzy partitions.
Constructor Summary | |
---|---|
DunnIndex(Distance<Vector> dm,
Vector[] points,
int[] clusterResult)
|
Method Summary | |
---|---|
double |
measure()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DunnIndex(Distance<Vector> dm, Vector[] points, int[] clusterResult)
Method Detail |
---|
public double measure()
measure
in class InternalValidationMeasure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |