EClassifier::GetCapacity

EClassifier::SetCapacity

This property is deprecated.

DEPRECATED. Use EClassifier::ModelType instead. Capacity of classifier to use. Be aware that changing the classifier capacity will delete the effect of any previous training. The capacity will be translated to the corresponding type (Small, Normal, or Large).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

Euresys::Open_eVision::EasyDeepLearning::EClassifierCapacity GetCapacity() const

void SetCapacity(Euresys::Open_eVision::EasyDeepLearning::EClassifierCapacity capacity)

EClassifier.Capacity

This property is deprecated.

DEPRECATED. Use EClassifier::ModelType instead. Capacity of classifier to use. Be aware that changing the classifier capacity will delete the effect of any previous training. The capacity will be translated to the corresponding type (Small, Normal, or Large).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EClassifierCapacity Capacity

{ get; set; }