EDeepLearningDefectDetectionMetrics::GetBestWeightedAccuracyClassificationThreshold

Classification threshold giving the best achievable weighted accuracy (see EDeepLearningDefectDetectionMetrics::GetBestWeightedAccuracy).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBestWeightedAccuracyClassificationThreshold(
   float goodWeight,
   float badWeight
)

Parameters

goodWeight

Weight for the good label

badWeight

Weight for the bad label

EDeepLearningDefectDetectionMetrics.GetBestWeightedAccuracyClassificationThreshold

Classification threshold giving the best achievable weighted accuracy (see EDeepLearningDefectDetectionMetrics::GetBestWeightedAccuracy).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetBestWeightedAccuracyClassificationThreshold(
   float goodWeight,
   float badWeight
)

Parameters

goodWeight

Weight for the good label

badWeight

Weight for the bad label