EClassificationMetrics::GetError

The error of the classifier.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetError() const

Remarks

The error, which is also called the loss, is the quantity that is minimized during the training of the deep neural network. For classification, the error is the crossentropy.

EClassificationMetrics.Error

The error of the classifier.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float Error

{ get; }

Remarks

The error, which is also called the loss, is the quantity that is minimized during the training of the deep neural network. For classification, the error is the crossentropy.