EClassifier::GetModelType

EClassifier::SetModelType

Model type for training. Default: "Normal".
The list of available models is available through EClassifier.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::string GetModelType() const

void SetModelType(const std::string& name)

EClassifier.ModelType

Model type for training. Default: "Normal".
The list of available models is available through EClassifier.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string ModelType

{ get; set; }