Package | Description |
---|---|
org.openimaj.experiment.evaluation.cluster.analyser |
This package contains classes that can be used to evaluate clustering performance.
|
Modifier and Type | Field and Description |
---|---|
RandomBaselineClusterAnalysis<FScoreAnalysis> |
RandomBaselineSMEAnalysis.fscore
F-Score
|
RandomBaselineClusterAnalysis<PurityAnalysis> |
RandomBaselineSMEAnalysis.purity
A measure of how pure each cluster is.
|
RandomBaselineClusterAnalysis<RandomIndexAnalysis> |
RandomBaselineSMEAnalysis.randIndex |
Modifier and Type | Method and Description |
---|---|
RandomBaselineClusterAnalysis<ANNYS> |
RandomBaselineClusterAnalyser.analyse(int[][] correct,
int[][] estimated) |