ELocatorMetrics::GetBestWeightedRecallAndThreshold

Best weighted recall achievable with the corresponding threshold.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void GetBestWeightedRecallAndThreshold(
   float& recall,
   float& threshold
)

void GetBestWeightedRecallAndThreshold(
   const std::vector<float>& weights,
   float& recall,
   float& threshold
)

Parameters

recall

Best weighted recall achievable

threshold

Threshold that achieves the best weighted recall

weights

Label weights

ELocatorMetrics.GetBestWeightedRecallAndThreshold

Best weighted recall achievable with the corresponding threshold.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void GetBestWeightedRecallAndThreshold(
   ref float recall,
   ref float threshold
)

void GetBestWeightedRecallAndThreshold(
   float[] weights,
   ref float recall,
   ref float threshold
)

Parameters

recall

Best weighted recall achievable

threshold

Threshold that achieves the best weighted recall

weights

Label weights