EDatasetType Enum

Type of dataset split.

Namespace: Euresys::Open_eVision::EasyDeepLearning

EDatasetType_Training
Training dataset (images used to train the model).
EDatasetType_Validation
Validation dataset (images used to select the model ith the best performance during training).
EDatasetType_Test
Test dataset (images not used during training).
EDatasetType_All
Training, validaton, or test dataset.

EDatasetType Enum

Type of dataset split.

Namespace: Euresys.Open_eVision.EasyDeepLearning

Training
Training dataset (images used to train the model).
Validation
Validation dataset (images used to select the model ith the best performance during training).
Test
Test dataset (images not used during training).
All
Training, validaton, or test dataset.