EClassificationMetrics::AddResult

Adds the given result with the corresponding ground truth label to the metrics.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void AddResult(
   const EClassificationResult& result,
   const std::string& groundtruthLabel
)

Parameters

result

A reference to an EClassificationResult object.

groundtruthLabel

The ground truth label corresponding to the result

EClassificationMetrics.AddResult

Adds the given result with the corresponding ground truth label to the metrics.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void AddResult(
   Euresys.Open_eVision.EasyDeepLearning.EClassificationResult result,
   string groundtruthLabel
)

Parameters

result

A reference to an EClassificationResult object.

groundtruthLabel

The ground truth label corresponding to the result