EClassificationDataset::SetLabelWeight

Sets the weight associated to the i-th label of the dataset (starting from 0 to EClassificationDataset::NumLabels - 1). This operation does not add a new label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetLabelWeight(
   int index,
   const float& weight
)

Parameters

index

Label index

weight

-

EClassificationDataset.SetLabelWeight

Sets the weight associated to the i-th label of the dataset (starting from 0 to EClassificationDataset::NumLabels - 1). This operation does not add a new label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetLabelWeight(
   int index,
   float weight
)

Parameters

index

Label index

weight

-