ESupervisedSegmenterMetrics::GetBalancedError

Balanced error.
The balanced error is the weighted error (ESupervisedSegmenterMetrics) where each label is given an equal weight.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBalancedError() const

Remarks

The error is also called the cross-entropy loss.

ESupervisedSegmenterMetrics.BalancedError

Balanced error.
The balanced error is the weighted error (ESupervisedSegmenterMetrics) where each label is given an equal weight.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BalancedError

{ get; }

Remarks

The error is also called the cross-entropy loss.