EDeepLearningDefectDetectionMetrics::GetRecall
Recall for the current threshold.
It is the proportion of defective instances that were correctly identified as such. It is also called the true positive rate.
Namespace: Euresys::Open_eVision_23_12::EasyDeepLearning
[C++]
float GetRecall(
int index
)
Parameters
index
Index for the precision/recall curve point or -1 to use the index corresponding to the current EDeepLearningDefectDetectionMetrics::ClassificationThreshold.
EDeepLearningDefectDetectionMetrics.GetRecall
Recall for the current threshold.
It is the proportion of defective instances that were correctly identified as such. It is also called the true positive rate.
Namespace: Euresys.Open_eVision_23_12.EasyDeepLearning
[C#]
float GetRecall(
int index
)
Parameters
index
Index for the precision/recall curve point or -1 to use the index corresponding to the current EDeepLearningDefectDetectionMetrics::ClassificationThreshold.