ESupervisedSegmenterMetrics::GetWeightedIntersectionOverUnion

Weighted Intersection over Union (IoU).
The weighted interesection over union is the weighted averaged of each label intersection over union (see ESupervisedSegmenterMetrics::GetIntersectionOverUnion) with respect to the dataset label weights.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetWeightedIntersectionOverUnion() const

ESupervisedSegmenterMetrics.WeightedIntersectionOverUnion

Weighted Intersection over Union (IoU).
The weighted interesection over union is the weighted averaged of each label intersection over union (see ESupervisedSegmenterMetrics::GetIntersectionOverUnion) with respect to the dataset label weights.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float WeightedIntersectionOverUnion

{ get; }