EClassificationDataset::Serialize

Serializes the dataset state, which is the file paths to the images in the dataset and their associated label.

Namespace: Euresys::Open_eVision_2_17::EasyDeepLearning

[C++]

void Serialize(
   ESerializer* serializer
)

Parameters

serializer

Pointer to the ESerializer object that is read from or written to.

EClassificationDataset.Serialize

Serializes the dataset state, which is the file paths to the images in the dataset and their associated label.

Namespace: Euresys.Open_eVision_2_17.EasyDeepLearning

[C#]

void Serialize(
   Euresys.Open_eVision_2_17.ESerializer serializer
)

Parameters

serializer

Pointer to the ESerializer object that is read from or written to.