ELocatorMetrics::GetWeightedPrecision

Weighted average of the precision (proportion of detected objects that are correct) for each label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetWeightedPrecision(
)

float GetWeightedPrecision(
   const std::vector<float>& weights
)

Parameters

weights

Label weights

ELocatorMetrics.GetWeightedPrecision

Weighted average of the precision (proportion of detected objects that are correct) for each label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetWeightedPrecision(
)

float GetWeightedPrecision(
   float[] weights
)

Parameters

weights

Label weights