ClassifierReport
A report of the results of classification.
Elements
| Name | Type | Description |
|---|---|---|
| bestClassName | char* | The name of the best class for the sample. |
| classificationScore | float | The similarity of the sample and the two closest classes in the classifier. |
| identificationScore | float | The similarity of the sample and the assigned class. |
| allScores | ClassScore* | All classes and their scores. |
| allScoresSize | int | The number of entries in allScores. |