EClassificationMetrics::GetAccuracy

The accuracy of the classifier.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetAccuracy() const

Remarks

The accuracy is the number of images that were correctly classified (also called the true positives) over the total number of images that was used to evaluate the classifier.

EClassificationMetrics.Accuracy

The accuracy of the classifier.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float Accuracy

{ get; }

Remarks

The accuracy is the number of images that were correctly classified (also called the true positives) over the total number of images that was used to evaluate the classifier.