EClassificationDataset::RemoveLabel

Removes a label from the dataset.
All the images associated with this label will be set to unlabeled (see EClassificationDataset::HasLabel).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void RemoveLabel(
   const std::string& label
)

void RemoveLabel(
   int labelId
)

Parameters

label

Name of the label to remove

labelId

Index of the label to remove

EClassificationDataset.RemoveLabel

Removes a label from the dataset.
All the images associated with this label will be set to unlabeled (see EClassificationDataset::HasLabel).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void RemoveLabel(
   string label
)

void RemoveLabel(
   int labelId
)

Parameters

label

Name of the label to remove

labelId

Index of the label to remove