| Class | Description |
|---|---|
| AggregatedCMResult<CLASS> |
Aggregated confusion matrix results
|
| AggregatedCMResult.AggregateStatistics |
Aggregated accuracy and error rate.
|
| CMAggregator<CLASS> |
A
ResultAggregator for collecting multiple CMResults
and producing a single unified report. |
| CMAnalyser<OBJECT,CLASS> |
A
ClassificationAnalyser that creates Confusion Matrices. |
| CMResult<CLASS> |
Results of a confusion matrix analysis using the
CMAnalyser. |
| Enum | Description |
|---|---|
| CMAnalyser.Strategy |
Strategies for building confusion matrices
|