|
||||||||||
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.SilhouetteCoefficient
public class SilhouetteCoefficient
References:
M.~B. Al-Zoubi and M. al Rawi, 2008. An Efficient Approach for Computing Silhouette Coefficients.
Constructor Summary | |
---|---|
SilhouetteCoefficient(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 SilhouetteCoefficient(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 |