EDeepLearningDefectDetectionMetrics::GetNumPrecisionRecallCurvePoint

Number of point in the precision/recall curve.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumPrecisionRecallCurvePoint() const

Remarks

The precision/recall curve is defined when there is at least one ground truth positive sample in the metric. The number of point in the precision/recall curve is equal to the number of positive sample plus 1.

EDeepLearningDefectDetectionMetrics.NumPrecisionRecallCurvePoint

Number of point in the precision/recall curve.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int NumPrecisionRecallCurvePoint

{ get; }

Remarks

The precision/recall curve is defined when there is at least one ground truth positive sample in the metric. The number of point in the precision/recall curve is equal to the number of positive sample plus 1.