EClassificationDataset::RemoveObjectLabel

Removes an object label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void RemoveObjectLabel(
   int labelIndex
)

void RemoveObjectLabel(
   const std::string& label
)

Parameters

labelIndex

Index of the object label to remove

label

Label to remove

EClassificationDataset.RemoveObjectLabel

Removes an object label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void RemoveObjectLabel(
   int labelIndex
)

void RemoveObjectLabel(
   string label
)

Parameters

labelIndex

Index of the object label to remove

label

Label to remove