ESupervisedSegmenterMetrics::GetWeightedError

Weighted error.
The weighted error is the weighted average of each label error (ESupervisedSegmenterMetrics::GetLabelError) with respect to the dataset label weights.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetWeightedError() const

Remarks

The error is also called the cross-entropy loss.

ESupervisedSegmenterMetrics.WeightedError

Weighted error.
The weighted error is the weighted average of each label error (ESupervisedSegmenterMetrics::GetLabelError) with respect to the dataset label weights.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float WeightedError

{ get; }

Remarks

The error is also called the cross-entropy loss.