| Package | Description |
|---|---|
| org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix |
| Modifier and Type | Field and Description |
|---|---|
protected List<CMResult<CLASS>> |
AggregatedCMResult.matrices |
| Modifier and Type | Method and Description |
|---|---|
CMResult<CLASS> |
CMAnalyser.analyse(Map<OBJECT,ClassificationResult<CLASS>> predicted,
Map<OBJECT,Set<CLASS>> actual) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMAggregator.add(CMResult<CLASS> result) |
| Constructor and Description |
|---|
AggregatedCMResult(List<CMResult<CLASS>> results)
Construct with a list of results
|