EClassificationResult::GetRanking

Gets the ranking corresponding to the given label. The ranking goes from 1 (most probable label) to EClassifier::NumLabels (least probable label).

Namespace: Euresys::Open_eVision_2_11::EasyDeepLearning

[C++]

int GetRanking(
   std::string label
)

Parameters

label

The label

EClassificationResult.GetRanking

Gets the ranking corresponding to the given label. The ranking goes from 1 (most probable label) to EClassifier::NumLabels (least probable label).

Namespace: Euresys.Open_eVision_2_11.EasyDeepLearning

[C#]

int GetRanking(
   string label
)

Parameters

label

The label