EClassificationDataset::SetObjectLabelWeight

Sets the weight of an object label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetObjectLabelWeight(
   int labelIndex,
   float weight
)

void SetObjectLabelWeight(
   const std::string& label,
   float weight
)

Parameters

labelIndex

Index of the object label

weight

New weight

label

Label

EClassificationDataset.SetObjectLabelWeight

Sets the weight of an object label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetObjectLabelWeight(
   int labelIndex,
   float weight
)

void SetObjectLabelWeight(
   string label,
   float weight
)

Parameters

labelIndex

Index of the object label

weight

New weight

label

Label