EUnsupervisedSegmenter::GetValidationMetrics

Validation metrics at the given iteration

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EUnsupervisedSegmenterMetrics GetValidationMetrics(
   int iteration
)

Parameters

iteration

Iteration at which to get the metrics

Remarks

At a given iteration, the metrics will always contain the error (see EUnsupervisedSegmenterMetrics::Error). Other metrics (scores, accuracy, etc.) will be available only at iterations where the validation error is a new minimum.

EUnsupervisedSegmenter.GetValidationMetrics

Validation metrics at the given iteration

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EUnsupervisedSegmenterMetrics GetValidationMetrics(
   int iteration
)

Parameters

iteration

Iteration at which to get the metrics

Remarks

At a given iteration, the metrics will always contain the error (see EUnsupervisedSegmenterMetrics::Error). Other metrics (scores, accuracy, etc.) will be available only at iterations where the validation error is a new minimum.