ELocatorMetrics::GetBestWeightedPrecisionAndThreshold

Best weighted precision achievable with the corresponding threshold.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void GetBestWeightedPrecisionAndThreshold(
   float& precision,
   float& threshold
)

void GetBestWeightedPrecisionAndThreshold(
   const std::vector<float>& weights,
   float& precision,
   float& threshold
)

Parameters

precision

Best weighted precision achievable

threshold

Threshold that achieves the best weighted precision

weights

Label weights

ELocatorMetrics.GetBestWeightedPrecisionAndThreshold

Best weighted precision achievable with the corresponding threshold.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void GetBestWeightedPrecisionAndThreshold(
   ref float precision,
   ref float threshold
)

void GetBestWeightedPrecisionAndThreshold(
   float[] weights,
   ref float precision,
   ref float threshold
)

Parameters

precision

Best weighted precision achievable

threshold

Threshold that achieves the best weighted precision

weights

Label weights