| Package | Description |
|---|---|
| org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix | |
| org.openimaj.experiment.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
CMAggregator<CLASS>
A
ResultAggregator for collecting multiple CMResults
and producing a single unified report. |
| Modifier and Type | Method and Description |
|---|---|
static <DATASET extends org.openimaj.data.dataset.Dataset<?>,ANALYSIS_RESULT,AGGREGATE_ANALYSIS_RESULT extends AnalysisResult> |
ValidationRunner.run(ResultAggregator<ANALYSIS_RESULT,AGGREGATE_ANALYSIS_RESULT> aggregator,
DATASET dataset,
CrossValidator<DATASET> cv,
ValidationOperation<DATASET,ANALYSIS_RESULT> round)
Perform cross validation using the given cross validation scheme
on the given data.
|
static <DATASET extends org.openimaj.data.dataset.Dataset<?>,ANALYSIS_RESULT,AGGREGATE_ANALYSIS_RESULT extends AnalysisResult> |
ValidationRunner.run(ResultAggregator<ANALYSIS_RESULT,AGGREGATE_ANALYSIS_RESULT> aggregator,
DATASET dataset,
CrossValidator<DATASET> cv,
ValidationOperation<DATASET,ANALYSIS_RESULT> round,
ThreadPoolExecutor pool)
Perform cross validation using the given cross validation scheme
on the given data.
|