EClassificationMetrics::GetLabelError

The error of the classifier for a given label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetLabelError(
   const std::string& label
)

Parameters

label

The label from which to get the error.

Remarks

The label error corresponds to the error only for images of the given label.
If there is no results for the given label, the method will throw an exception.
If EClassificationMetrics::CanComputeWeightedError is false, this method is an alias for EClassificationMetrics::Error.

EClassificationMetrics.GetLabelError

The error of the classifier for a given label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetLabelError(
   string label
)

Parameters

label

The label from which to get the error.

Remarks

The label error corresponds to the error only for images of the given label.
If there is no results for the given label, the method will throw an exception.
If EClassificationMetrics::CanComputeWeightedError is false, this method is an alias for EClassificationMetrics::Error.