CVB.Net 15.0
Loading...
Searching...
No Matches
ConfusionMatrix.PredictionResult Struct Reference

The information contained in each cell of the confusion matrix. More...

Properties

int ExampleIndex [get]
 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 [get]
 Confidence value of the (best) classification result.
 
ReadOnlyCollection< double > ConfidenceDistribution [get]
 Distribution of confidences among the other known classes.
 

Detailed Description

The information contained in each cell of the confusion matrix.