ESupervisedSegmenter::GetClassificationThreshold

ESupervisedSegmenter::SetClassificationThreshold

Classification threshold for determining whether an image contains blobs with a label different than background.
By default, its value is set during training to maximize the weighted accuracy (see ESupervisedSegmenterMetrics).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetClassificationThreshold() const

void SetClassificationThreshold(float threshold)

ESupervisedSegmenter.ClassificationThreshold

Classification threshold for determining whether an image contains blobs with a label different than background.
By default, its value is set during training to maximize the weighted accuracy (see ESupervisedSegmenterMetrics).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float ClassificationThreshold

{ get; set; }