ESupervisedSegmenterMetrics::GetPixelAccuracy

Accuracy.
The accuracy is the ratio of the number of correctly classified pixels to the total number of pixels.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetPixelAccuracy() const

Remarks

The accuracy will be skewed towards the most represented labels in the dataset. For example, if your dataset has 1% of defective pixels, the accuracy will mostly reflect the results on the 99% of good pixels and will say nothing about the capability of the model to detect the defect labels.

ESupervisedSegmenterMetrics.PixelAccuracy

Accuracy.
The accuracy is the ratio of the number of correctly classified pixels to the total number of pixels.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float PixelAccuracy

{ get; }

Remarks

The accuracy will be skewed towards the most represented labels in the dataset. For example, if your dataset has 1% of defective pixels, the accuracy will mostly reflect the results on the 99% of good pixels and will say nothing about the capability of the model to detect the defect labels.