ESupervisedSegmenter::GetCapacity

ESupervisedSegmenter::SetCapacity

Capacity of the ESupervisedSegmenter.
A higher capacity makes the supervised segmenter capable of learning more information at the cost of a slower processing speed.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

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

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

ESupervisedSegmenter.Capacity

Capacity of the ESupervisedSegmenter.
A higher capacity makes the supervised segmenter capable of learning more information at the cost of a slower processing speed.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.ESupervisedSegmenterCapacity Capacity

{ get; set; }