MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
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... | |
Contains the dataset parameters used to create the MNIST dataset.
Definition at line 12 of file MnistDataParameters.cs.
MyCaffe.data.MnistDataParameters.MnistDataParameters | ( | string | strTrainImages, |
string | strTrainLabels, | ||
string | strTestImages, | ||
string | strTestLabels, | ||
bool | bExportToFileOnly, | ||
string | strExportPath | ||
) |
The constructor.
strTrainImages | Specifies the training image file 'train-images-idx3-ubyte.gz'. |
strTrainLabels | Specifies the training label file 'train-labels-idx1.ubyte.gz'. |
strTestImages | Specifies the testing image file 't10k-images-idx3-ubyte.gz'. |
strTestLabels | Specifies the testing label file 't10k-labels-idx1-ubyte.gz'. |
bExportToFileOnly | Specifies to extract and export the *.gz files to all images files contained within each *.gz. |
strExportPath | Specifies the path where the images are to be exported. |
Definition at line 30 of file MnistDataParameters.cs.
|
get |
Specifies where to export the files when 'ExportToFile' = true.
Definition at line 75 of file MnistDataParameters.cs.
|
get |
Specifies to export the images to a folder.
Definition at line 83 of file MnistDataParameters.cs.
|
get |
Specifies the testing image file 't10k-images-idx3-ubyte.gz'.
Definition at line 59 of file MnistDataParameters.cs.
|
get |
Specifies the testing label file 't10k-labels-idx1-ubyte.gz'.
Definition at line 67 of file MnistDataParameters.cs.
|
get |
Specifies the training image file 'train-images-idx3-ubyte.gz'.
Definition at line 43 of file MnistDataParameters.cs.
|
get |
Specifies the training label file 'train-labels-idx1.ubyte.gz'.
Definition at line 51 of file MnistDataParameters.cs.