EClassifier::GetModelType
EClassifier::SetModelType
Model type for training. Default: "Normal".
The list of available models is available through EClassifier.
Namespace: Euresys::Open_eVision_23_08::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_23_08.EasyDeepLearning
[C#]
string ModelType
{ get; set; }