EClassificationMetrics::GetLabelAccuracy

The accuracy of the classifier for a given label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetLabelAccuracy(
   const std::string& label
)

Parameters

label

-

Remarks

The label accuracy is the number of images of a given label that were correctly classified (also called the true positives) over the total number of images of that label that was used to evaluate the classifier.
If there is no results for the given label, the method will throw an exception.

EClassificationMetrics.GetLabelAccuracy

The accuracy of the classifier for a given label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetLabelAccuracy(
   string label
)

Parameters

label

-

Remarks

The label accuracy is the number of images of a given label that were correctly classified (also called the true positives) over the total number of images of that label that was used to evaluate the classifier.
If there is no results for the given label, the method will throw an exception.