EClassificationDataset::Load

Loads a classification dataset from disk.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void Load(
   const std::string& path
)

void Load(
   ESerializer* serializer
)

Parameters

path

A string containing the full path to the dataset file.

serializer

The serializer.

EClassificationDataset.Load

Loads a classification dataset from disk.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void Load(
   string path
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

A string containing the full path to the dataset file.

serializer

The serializer.