EClassificationMetrics::GetBalancedError

The balanced error.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBalancedError() const

Remarks

The balanced error is the label weighted error with the same weight for each labels.
If EClassificationMetrics::CanComputeWeightedError is false, this method is an alias for EClassificationMetrics::Error.

EClassificationMetrics.BalancedError

The balanced error.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BalancedError

{ get; }

Remarks

The balanced error is the label weighted error with the same weight for each labels.
If EClassificationMetrics::CanComputeWeightedError is false, this method is an alias for EClassificationMetrics::Error.