| Package | Description |
|---|---|
| org.openimaj.experiment.evaluation.classification |
| Modifier and Type | Field and Description |
|---|---|
protected Classifier<CLASS,OBJECT> |
ClassificationEvaluator.classifier |
| Constructor and Description |
|---|
ClassificationEvaluator(Classifier<CLASS,OBJECT> classifier,
Collection<OBJECT> objects,
Map<OBJECT,Set<CLASS>> actual,
ClassificationAnalyser<RESULT,CLASS,OBJECT> analyser)
Construct a new
ClassificationEvaluator with the given
classifier, set of objects to classify, ground truth ("actual") data and
an ClassificationAnalyser. |
ClassificationEvaluator(Classifier<CLASS,OBJECT> classifier,
org.openimaj.data.dataset.GroupedDataset<CLASS,? extends org.openimaj.data.dataset.ListDataset<OBJECT>,OBJECT> actual,
ClassificationAnalyser<RESULT,CLASS,OBJECT> analyser)
Construct a new
ClassificationEvaluator with the given
classifier, ground truth ("actual") data and an
ClassificationAnalyser. |
ClassificationEvaluator(Classifier<CLASS,OBJECT> classifier,
Map<OBJECT,Set<CLASS>> actual,
ClassificationAnalyser<RESULT,CLASS,OBJECT> analyser)
Construct a new
ClassificationEvaluator with the given
classifier, ground truth ("actual") data and an
ClassificationAnalyser. |