EDeepLearningDefectDetectionMetrics::GetPrecisionRecallCurvePoint

Get a point on the precision/recall curve.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EROCPoint GetPrecisionRecallCurvePoint(
   int index
)

Parameters

index

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

Remarks

The precision/recall curve is defined when there is at least one ground truth positive sample in the metric.

EDeepLearningDefectDetectionMetrics.GetPrecisionRecallCurvePoint

Get a point on the precision/recall curve.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EROCPoint GetPrecisionRecallCurvePoint(
   int index
)

Parameters

index

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

Remarks

The precision/recall curve is defined when there is at least one ground truth positive sample in the metric.