ESupervisedSegmenterMetrics::GetBalancedIntersectionOverUnion

Balanced Intersection over Union (IoU).
The balanced interesection over union is the weighted intersection over union (ESupervisedSegmenterMetrics::WeightedIntersectionOverUnion) where each label is given equal weight.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBalancedIntersectionOverUnion() const

ESupervisedSegmenterMetrics.BalancedIntersectionOverUnion

Balanced Intersection over Union (IoU).
The balanced interesection over union is the weighted intersection over union (ESupervisedSegmenterMetrics::WeightedIntersectionOverUnion) where each label is given equal weight.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BalancedIntersectionOverUnion

{ get; }