EDeepLearningDefectDetectionMetrics::GetAccuracy

The accuracy of the segmenter.
The accuracy is the number of images that were correctly classified over the total number of images that was used to evaluate the classifier.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetAccuracy(
   int index
)

Parameters

index

The index of the classifier to use. If the index is equal to '-1', the index corresponding to EUnsupervisedSegmenter::ClassificationThreshold will be used.

EDeepLearningDefectDetectionMetrics.GetAccuracy

The accuracy of the segmenter.
The accuracy is the number of images that were correctly classified over the total number of images that was used to evaluate the classifier.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetAccuracy(
   int index
)

Parameters

index

The index of the classifier to use. If the index is equal to '-1', the index corresponding to EUnsupervisedSegmenter::ClassificationThreshold will be used.