ELocatorMetrics::GetWeightedRecall

Weighted average of the recall (true positive rate) for each label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetWeightedRecall(
)

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

Parameters

weights

Label weights

ELocatorMetrics.GetWeightedRecall

Weighted average of the recall (true positive rate) for each label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetWeightedRecall(
)

float GetWeightedRecall(
   float[] weights
)

Parameters

weights

Label weights