ESupervisedSegmenterMetrics::GetBalancedPixelAccuracy

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

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBalancedPixelAccuracy() const

ESupervisedSegmenterMetrics.BalancedPixelAccuracy

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

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BalancedPixelAccuracy

{ get; }