The information contained in each cell of the confusion matrix. More...
#include <cvb/foundation/confusion_matrix.hpp>
Public Member Functions | |
| int | ExampleIndex () const noexcept |
| The index of the example (with refers to the index in the sample image list from which the test result from which the ConfusionMatrix derives was generated). | |
| double | Confidence () const noexcept |
| Confidence value of the (best) classification result. | |
| std::vector< double > | ConfidenceDistribution () const |
| Distribution of confidences among the other known classes. | |
The information contained in each cell of the confusion matrix.
|
inlinenoexcept |
Confidence value of the (best) classification result.
| Does | not throw any exception. |
|
inline |
Distribution of confidences among the other known classes.
| Any | exception derived from std::exception including CvbException. |
|
inlinenoexcept |
The index of the example (with refers to the index in the sample image list from which the test result from which the ConfusionMatrix derives was generated).
| Does | not throw any exception. |