EDeepLearningDefectDetectionMetrics::GetFScore

The F1-Score for the current threshold.
The F1-Score is the harmonic mean of EDeepLearningDefectDetectionMetrics and EDeepLearningDefectDetectionMetrics.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetFScore(
   int index
)

Parameters

index

Index for the precision/recall curve point or -1 to use the index corresponding to the current EDeepLearningDefectDetectionMetrics::ClassificationThreshold.

EDeepLearningDefectDetectionMetrics.GetFScore

The F1-Score for the current threshold.
The F1-Score is the harmonic mean of EDeepLearningDefectDetectionMetrics and EDeepLearningDefectDetectionMetrics.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetFScore(
   int index
)

Parameters

index

Index for the precision/recall curve point or -1 to use the index corresponding to the current EDeepLearningDefectDetectionMetrics::ClassificationThreshold.