|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.dm.clustering.validation.ExternalValidationMeasure
de.aitools.dm.clustering.validation.external.AdjustedRandIndex
public class AdjustedRandIndex
References:
K.~Y. Yeung and W.~L. Russo, 2010. Details of the Adjusted Rand index and Clustering algorithms Supplement to the paper 'An empirical study on Principal Component Analysis for clustering gene expression data'.
Constructor Summary | |
---|---|
AdjustedRandIndex()
|
Method Summary | |
---|---|
double |
measure(Matrix contingencyTable)
Perform consecutive clustering evaluations in a more efficient manner. |
Methods inherited from class de.aitools.dm.clustering.validation.ExternalValidationMeasure |
---|
measure |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdjustedRandIndex()
Method Detail |
---|
public double measure(Matrix contingencyTable)
ExternalValidationMeasure
measure
in class ExternalValidationMeasure
contingencyTable
- a precomputed contincengy table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |