EUnsupervisedSegmenterMetrics::GetError

The error of the segmenter on good images.
The error, which is also called the loss, is the quantity that is minimized during the training of the deep neural network. For segmentation, the error is the reconstruction loss.

Namespace: Euresys::Open_eVision_2_11::EasyDeepLearning

[C++]

float GetError() const

EUnsupervisedSegmenterMetrics.Error

The error of the segmenter on good images.
The error, which is also called the loss, is the quantity that is minimized during the training of the deep neural network. For segmentation, the error is the reconstruction loss.

Namespace: Euresys.Open_eVision_2_11.EasyDeepLearning

[C#]

float Error

{ get; }