EUnsupervisedSegmenterMetrics::GetError

The error of the segmenter.
This metric is only available in the metrics computed during a training which are accessible through EUnsupervisedSegmenter::GetValidationMetrics.
The error, which is also called the loss, is the quantity that is minimized during the training of the deep neural network.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetError() const

EUnsupervisedSegmenterMetrics.Error

The error of the segmenter.
This metric is only available in the metrics computed during a training which are accessible through EUnsupervisedSegmenter::GetValidationMetrics.
The error, which is also called the loss, is the quantity that is minimized during the training of the deep neural network.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float Error

{ get; }