EConfusionMatrixElement Enum

The various elements representing the cases of the 2x2 confusion matrix used in EConfusionMatrixElement.

Namespace: Euresys::Open_eVision::EasyDeepLearning

EConfusionMatrixElement_CorrectlyClassifiedGoodSample
A CorrectlyClassifiedGoodSample is a good images classified as good.
It is also called a true negative.
EConfusionMatrixElement_BadlyClassifiedGoodSample
A BadlyClassifiedGoodSample is a good images classified as defective.
It is also called a false positive.
EConfusionMatrixElement_CorrectlyClassifiedDefectiveSample
A CorrectlyClassifiedDefectiveSample is a defective images classified as defective.
It is also called a true positive.
EConfusionMatrixElement_BadlyClassifiedDefectiveSample
A BadlyClassifiedDefectiveSample is a good images classified as good.
It is also called a false negative.

EConfusionMatrixElement Enum

The various elements representing the cases of the 2x2 confusion matrix used in EConfusionMatrixElement.

Namespace: Euresys.Open_eVision.EasyDeepLearning

CorrectlyClassifiedGoodSample
A CorrectlyClassifiedGoodSample is a good images classified as good.
It is also called a true negative.
BadlyClassifiedGoodSample
A BadlyClassifiedGoodSample is a good images classified as defective.
It is also called a false positive.
CorrectlyClassifiedDefectiveSample
A CorrectlyClassifiedDefectiveSample is a defective images classified as defective.
It is also called a true positive.
BadlyClassifiedDefectiveSample
A BadlyClassifiedDefectiveSample is a good images classified as good.
It is also called a false negative.