EDeepLearningTool::SetLabelWeight

Sets the label weight. If the tool is not trained, the label weights are not defined. After training, they are set to the value of the training dataset label weights.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetLabelWeight(
   OEV_UINT32 index,
   float weight
)

Parameters

index

Index of the label

weight

Weight

EDeepLearningTool.SetLabelWeight

Sets the label weight. If the tool is not trained, the label weights are not defined. After training, they are set to the value of the training dataset label weights.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetLabelWeight(
   uint index,
   float weight
)

Parameters

index

Index of the label

weight

Weight