EDatasetSplit::EDatasetSplit

Creates a EDatasetSplit.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void EDatasetSplit(
)

void EDatasetSplit(
   const std::vector<Euresys::Open_eVision::EasyDeepLearning::EDatasetType>& mapping
)

void EDatasetSplit(
   const EDatasetSplit& other
)

Parameters

mapping

Vector where the value at index i is the dataset type for image i.

other

Other instance of EDatasetSplit

EDatasetSplit.EDatasetSplit

Creates a EDatasetSplit.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void EDatasetSplit(
)

void EDatasetSplit(
   Euresys.Open_eVision.EasyDeepLearning.EDatasetType[] mapping
)

void EDatasetSplit(
   Euresys.Open_eVision.EasyDeepLearning.EDatasetSplit other
)

Parameters

mapping

Vector where the value at index i is the dataset type for image i.

other

Other instance of EDatasetSplit