EClassificationResult Class

An EClassificationResult object represents the result of a classification.
The most probable label and its probability are accessible through the methods EClassificationResult::BestLabel and EClassificationResult::BestProbability.
The probability and ranking of all labels are accessible through the EClassificationResult and EClassificationResult methods.

Namespace: Euresys::Open_eVision_2_16::EasyDeepLearning

Methods

Gets the most probable label.
Gets the most probable label id.
Gets the probability associated with the most probable label
Classification label. The labels are indexed from 0 to EClassificationResult::NumLabels.
Number of labels for which we have a probability or a ranking.
Gets the probability corresponding to the given label.
Gets the ranking corresponding to the given label. The ranking goes from 1 (most probable label) to EClassifier::NumLabels (least probable label).
Indicates whether the result was produced by EClassifier.
A default contructed EClassificationResult is not valid.
Assignment operator

EClassificationResult Class

An EClassificationResult object represents the result of a classification.
The most probable label and its probability are accessible through the methods EClassificationResult::BestLabel and EClassificationResult::BestProbability.
The probability and ranking of all labels are accessible through the EClassificationResult and EClassificationResult methods.

Namespace: Euresys.Open_eVision_2_16.EasyDeepLearning

Properties

Gets the most probable label.
Gets the most probable label id.
Gets the probability associated with the most probable label
Number of labels for which we have a probability or a ranking.

Methods

Classification label. The labels are indexed from 0 to EClassificationResult::NumLabels.
Gets the probability corresponding to the given label.
Gets the ranking corresponding to the given label. The ranking goes from 1 (most probable label) to EClassifier::NumLabels (least probable label).
Indicates whether the result was produced by EClassifier.
A default contructed EClassificationResult is not valid.
Assignment operator