Properties | List of all members
PredictionResult Class Reference

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

Inherits object.

Properties

 confidence = property
 float: Confidence value of the (best) classification result. More...
 
 confidence_distribution = property
 List[float]: Distribution of confidences among the other known classes. More...
 
 example_index = property
 int: 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). More...
 

Detailed Description

The information contained in each cell of the confusion matrix.

Property Documentation

◆ confidence

confidence = property
static

float: Confidence value of the (best) classification result.

◆ confidence_distribution

confidence_distribution = property
static

List[float]: Distribution of confidences among the other known classes.

◆ example_index

example_index = property
static

int: 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).