EDatasetSplit Class

The EDatasetSplit maps the image indexes of a EClassificationDataset to a dataset split type (EDatasetType).
The image indexes mapped in the object are consecutive and between 0 and EDatasetSplit::GetNumImages - 1.

Namespace: Euresys::Open_eVision::EasyDeepLearning

Methods

Copy the dataset split to the other instance.
Mapping between image indexes and the corresponding dataset split type.
The value at index i of the vector is the dataset split type for the image index i.
Dataset type for the given image index.
Whether the image type is locked for the given image.
This property is mainly used to lock training and validation images after the split was used in a training.
Number of image indexes associated in the object.
Number of images for which the dataset type is locked.
Image indexes corresponding to the given type.
Whether the split contains images for which the dataset type is locked.
Load the EDatasetSplit configuration. The given ESerializer must have been created for reading.
Assigment operator.
Save the EDatasetSplit configuration. The given ESerializer must have been created for writing.
Dataset type for the given image index.
Whether the image type is locked for the given image.
This property is mainly used to lock training and validation images after the split was used in a training.
Locks or unlocks all the images whose dataset type matches the given type. Note that the given type can be a combination of several dataset type (using the | operator).

EDatasetSplit Class

The EDatasetSplit maps the image indexes of a EClassificationDataset to a dataset split type (EDatasetType).
The image indexes mapped in the object are consecutive and between 0 and EDatasetSplit::GetNumImages - 1.

Namespace: Euresys.Open_eVision.EasyDeepLearning

Properties

Mapping between image indexes and the corresponding dataset split type.
The value at index i of the vector is the dataset split type for the image index i.
Number of images for which the dataset type is locked.

Methods

Copy the dataset split to the other instance.
Dataset type for the given image index.
Whether the image type is locked for the given image.
This property is mainly used to lock training and validation images after the split was used in a training.
Number of image indexes associated in the object.
Image indexes corresponding to the given type.
Whether the split contains images for which the dataset type is locked.
Load the EDatasetSplit configuration. The given ESerializer must have been created for reading.
Assigment operator.
Save the EDatasetSplit configuration. The given ESerializer must have been created for writing.
Dataset type for the given image index.
Whether the image type is locked for the given image.
This property is mainly used to lock training and validation images after the split was used in a training.
Locks or unlocks all the images whose dataset type matches the given type. Note that the given type can be a combination of several dataset type (using the | operator).