MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.data.MnistDataParameters Class Reference

Contains the dataset parameters used to create the MNIST dataset. More...

Public Member Functions

 MnistDataParameters (string strTrainImages, string strTrainLabels, string strTestImages, string strTestLabels, bool bExportToFileOnly, string strExportPath)
 The constructor. More...
 

Properties

string TrainImagesFile [get]
 Specifies the training image file 'train-images-idx3-ubyte.gz'. More...
 
string TrainLabelsFile [get]
 Specifies the training label file 'train-labels-idx1.ubyte.gz'. More...
 
string TestImagesFile [get]
 Specifies the testing image file 't10k-images-idx3-ubyte.gz'. More...
 
string TestLabelsFile [get]
 Specifies the testing label file 't10k-labels-idx1-ubyte.gz'. More...
 
string ExportPath [get]
 Specifies where to export the files when 'ExportToFile' = true. More...
 
bool ExportToFile [get]
 Specifies to export the images to a folder. More...
 

Detailed Description

Contains the dataset parameters used to create the MNIST dataset.

Definition at line 12 of file MnistDataParameters.cs.

Constructor & Destructor Documentation

◆ MnistDataParameters()

MyCaffe.data.MnistDataParameters.MnistDataParameters ( string  strTrainImages,
string  strTrainLabels,
string  strTestImages,
string  strTestLabels,
bool  bExportToFileOnly,
string  strExportPath 
)

The constructor.

Parameters
strTrainImagesSpecifies the training image file 'train-images-idx3-ubyte.gz'.
strTrainLabelsSpecifies the training label file 'train-labels-idx1.ubyte.gz'.
strTestImagesSpecifies the testing image file 't10k-images-idx3-ubyte.gz'.
strTestLabelsSpecifies the testing label file 't10k-labels-idx1-ubyte.gz'.
bExportToFileOnlySpecifies to extract and export the *.gz files to all images files contained within each *.gz.
strExportPathSpecifies the path where the images are to be exported.

Definition at line 30 of file MnistDataParameters.cs.

Property Documentation

◆ ExportPath

string MyCaffe.data.MnistDataParameters.ExportPath
get

Specifies where to export the files when 'ExportToFile' = true.

Definition at line 75 of file MnistDataParameters.cs.

◆ ExportToFile

bool MyCaffe.data.MnistDataParameters.ExportToFile
get

Specifies to export the images to a folder.

Definition at line 83 of file MnistDataParameters.cs.

◆ TestImagesFile

string MyCaffe.data.MnistDataParameters.TestImagesFile
get

Specifies the testing image file 't10k-images-idx3-ubyte.gz'.

Definition at line 59 of file MnistDataParameters.cs.

◆ TestLabelsFile

string MyCaffe.data.MnistDataParameters.TestLabelsFile
get

Specifies the testing label file 't10k-labels-idx1-ubyte.gz'.

Definition at line 67 of file MnistDataParameters.cs.

◆ TrainImagesFile

string MyCaffe.data.MnistDataParameters.TrainImagesFile
get

Specifies the training image file 'train-images-idx3-ubyte.gz'.

Definition at line 43 of file MnistDataParameters.cs.

◆ TrainLabelsFile

string MyCaffe.data.MnistDataParameters.TrainLabelsFile
get

Specifies the training label file 'train-labels-idx1.ubyte.gz'.

Definition at line 51 of file MnistDataParameters.cs.


The documentation for this class was generated from the following file: