EROCPoint::EROCPoint

Constructs a EROCPoint.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void EROCPoint(
)

void EROCPoint(
   float threshold,
   int truePositiveCount,
   int positiveCount,
   int falsePositiveCount,
   int negativeCount
)

Parameters

threshold

Threshold corresponding to the ROC point.

truePositiveCount

Number of defective images classified as defective.

positiveCount

Total number of defective images.

falsePositiveCount

Number of good images classified as defective.

negativeCount

Total number of good images.

EROCPoint.EROCPoint

Constructs a EROCPoint.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void EROCPoint(
)

void EROCPoint(
   float threshold,
   int truePositiveCount,
   int positiveCount,
   int falsePositiveCount,
   int negativeCount
)

Parameters

threshold

Threshold corresponding to the ROC point.

truePositiveCount

Number of defective images classified as defective.

positiveCount

Total number of defective images.

falsePositiveCount

Number of good images classified as defective.

negativeCount

Total number of good images.