EUnsupervisedSegmenterResult::GetClassificationScore

Score that is used for classification of the image.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetClassificationScore() const

Remarks

The classification score is the value which is compared to the classification threshold of the EUnsupervisedSegmenter to decide whether the corresponding image is good or defective.

EUnsupervisedSegmenterResult.ClassificationScore

Score that is used for classification of the image.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float ClassificationScore

{ get; }

Remarks

The classification score is the value which is compared to the classification threshold of the EUnsupervisedSegmenter to decide whether the corresponding image is good or defective.