EClassificationMetrics::GetBalancedAccuracy

The balanced accuracy.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBalancedAccuracy() const

Remarks

The balanced accuracy is the label weighted accuracy with the same weight for each labels.

EClassificationMetrics.BalancedAccuracy

The balanced accuracy.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BalancedAccuracy

{ get; }

Remarks

The balanced accuracy is the label weighted accuracy with the same weight for each labels.