EClassificationDataset::SetLabel

Sets the i-th label of the dataset (starting from 0 to EClassificationDataset::NumLabels - 1). This operation does not add a new label to the dataset but simply renames an existing label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetLabel(
   int index,
   const std::string& label
)

Parameters

index

Label index

label

Replacement label

EClassificationDataset.SetLabel

Sets the i-th label of the dataset (starting from 0 to EClassificationDataset::NumLabels - 1). This operation does not add a new label to the dataset but simply renames an existing label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetLabel(
   int index,
   string label
)

Parameters

index

Label index

label

Replacement label