EUnsupervisedSegmenterMetrics::AddErrorResult

Adds the given result to the metric for error computation. The result must be computed from a good image that was corrupted during training.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void AddErrorResult(
   const EUnsupervisedSegmenterResult& result
)

Parameters

result

A reference to an EUnsupervisedSegmenterResult object.

EUnsupervisedSegmenterMetrics.AddErrorResult

Adds the given result to the metric for error computation. The result must be computed from a good image that was corrupted during training.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void AddErrorResult(
   Euresys.Open_eVision.EasyDeepLearning.EUnsupervisedSegmenterResult result
)

Parameters

result

A reference to an EUnsupervisedSegmenterResult object.