EClassificationDataset::SetSegmentationLabelWeight

Sets the segmentation label weight.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetSegmentationLabelWeight(
   int index,
   float weight
)

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

Parameters

index

Index of the segmentation label

weight

Weight of the segmentation label

label

Segmentation label

EClassificationDataset.SetSegmentationLabelWeight

Sets the segmentation label weight.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetSegmentationLabelWeight(
   int index,
   float weight
)

void SetSegmentationLabelWeight(
   string label,
   float weight
)

Parameters

index

Index of the segmentation label

weight

Weight of the segmentation label

label

Segmentation label