EDeepLearningDefectDetectionMetrics::GetPrecision

Precision for the current threshold.
The precision is the proportion of detected defective instances that were correctly identified as such.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetPrecision(
   int index
)

Parameters

index

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

EDeepLearningDefectDetectionMetrics.GetPrecision

Precision for the current threshold.
The precision is the proportion of detected defective instances that were correctly identified as such.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetPrecision(
   int index
)

Parameters

index

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