ConfusionMatrixPredictionResult Structure

CVB.Net Documentation
The information contained in each cell of the confusion matrix.

Namespace:  Stemmer.Cvb.Polimago.Testing
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public struct PredictionResult

The ConfusionMatrixPredictionResult type exposes the following members.

Properties

  NameDescription
Public propertyConfidence
Confidence value of the (best) classification result.
Public propertyConfidenceDistribution
Distribution of confidences among the other known classes.
Public propertyExampleIndex
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).
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference