ELocatorMetrics::GetBestWeightedFScoreAndThreshold

Best weighted F-Score achievable with the corresponding threshold.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void GetBestWeightedFScoreAndThreshold(
   float& fScore,
   float& threshold
)

void GetBestWeightedFScoreAndThreshold(
   const std::vector<float>& weights,
   float& fScore,
   float& threshold
)

Parameters

fScore

Best weighted F-Score achievable

threshold

Threshold that achieves the best weighted F-Score

weights

Label weights

ELocatorMetrics.GetBestWeightedFScoreAndThreshold

Best weighted F-Score achievable with the corresponding threshold.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void GetBestWeightedFScoreAndThreshold(
   ref float fScore,
   ref float threshold
)

void GetBestWeightedFScoreAndThreshold(
   float[] weights,
   ref float fScore,
   ref float threshold
)

Parameters

fScore

Best weighted F-Score achievable

threshold

Threshold that achieves the best weighted F-Score

weights

Label weights