EClassificationResult::GetRanking

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

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetRanking(
   const 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 (least probable label).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetRanking(
   string label
)

Parameters

label

The label