EClassificationDataset::GetNumObjectsWithLabel

Number of objects with the given label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT64 GetNumObjectsWithLabel(
   int labelIdx
)

OEV_UINT64 GetNumObjectsWithLabel(
   const std::string& label
)

Parameters

labelIdx

Index of the object label.

label

Label.

EClassificationDataset.GetNumObjectsWithLabel

Number of objects with the given label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

System.UInt64 GetNumObjectsWithLabel(
   int labelIdx
)

System.UInt64 GetNumObjectsWithLabel(
   string label
)

Parameters

labelIdx

Index of the object label.

label

Label.