| Package | Description |
|---|---|
| org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix |
| Modifier and Type | Field and Description |
|---|---|
protected CMAnalyser.Strategy |
CMAnalyser.strategy |
| Modifier and Type | Method and Description |
|---|---|
static CMAnalyser.Strategy |
CMAnalyser.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMAnalyser.Strategy[] |
CMAnalyser.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CMAnalyser(CMAnalyser.Strategy strategy)
Construct with the given strategy for building the confusion matrix
|