EUnsupervisedSegmenter::GetClassificationThreshold

EUnsupervisedSegmenter::SetClassificationThreshold

Classification threshold for the score of an image (See EUnsupervisedSegmenterResult::ClassificationScore).
A image with a score smaller or equal to the classification threshold will be classified as good.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetClassificationThreshold() const

void SetClassificationThreshold(float threshold)

Remarks

The classification threshold is optmized during training to maximize the balanced accuracy of the unsupervised segmenter.
The classification threshold can be changed after training.

EUnsupervisedSegmenter.ClassificationThreshold

Classification threshold for the score of an image (See EUnsupervisedSegmenterResult::ClassificationScore).
A image with a score smaller or equal to the classification threshold will be classified as good.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float ClassificationThreshold

{ get; set; }

Remarks

The classification threshold is optmized during training to maximize the balanced accuracy of the unsupervised segmenter.
The classification threshold can be changed after training.