EClassificationMetrics::GetConfusion

Confusion value of one label with another.
The confusion value of a label with another is the number of images belonging to this label that are classified as belonging to the other label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetConfusion(
   const std::string& trueClass,
   const std::string& predictedClass
)

Parameters

trueClass

The label for which to obtain the confusion value

predictedClass

The label with which there is a confusion

EClassificationMetrics.GetConfusion

Confusion value of one label with another.
The confusion value of a label with another is the number of images belonging to this label that are classified as belonging to the other label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint GetConfusion(
   string trueClass,
   string predictedClass
)

Parameters

trueClass

The label for which to obtain the confusion value

predictedClass

The label with which there is a confusion