EClassifier::GetNumLabels

EClassifier::SetNumLabels

Number of labels of this classifier. If the classifier is not trained, the method will throw an exception.

Namespace: Euresys::Open_eVision_2_16::EasyDeepLearning

[C++]

OEV_UINT32 GetNumLabels() const

void SetNumLabels(OEV_UINT32 numLabels)

Remarks

Explicitly setting the number of the labels is only possible on an untrained classifier.

EClassifier.NumLabels

Number of labels of this classifier. If the classifier is not trained, the method will throw an exception.

Namespace: Euresys.Open_eVision_2_16.EasyDeepLearning

[C#]

uint NumLabels

{ get; set; }

Remarks

Explicitly setting the number of the labels is only possible on an untrained classifier.