MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MnistDataLoader is used to create the MNIST dataset and load it into the database managed by the MyCaffe Image Database. More...
Public Member Functions | |
MnistDataLoader (MnistDataParameters param, Log log, CancelEvent evtCancel) | |
The constructor. More... | |
bool | LoadDatabase (int nCreatorID=0) |
Create the dataset and load it into the database. More... | |
Events | |
EventHandler< ProgressArgs > | OnProgress |
The OnProgress event fires during the creation process to show the progress. More... | |
EventHandler< ProgressArgs > | OnError |
The OnError event fires when an error occurs. More... | |
EventHandler | OnCompleted |
The OnComplete event fires once the dataset creation has completed. More... | |
The MnistDataLoader is used to create the MNIST dataset and load it into the database managed by the MyCaffe Image Database.
Definition at line 27 of file MnistDataLoader.cs.
MyCaffe.data.MnistDataLoader.MnistDataLoader | ( | MnistDataParameters | param, |
Log | log, | ||
CancelEvent | evtCancel | ||
) |
The constructor.
param | Specifies the creation parameters. |
log | Specifies the output log used to show status updates. |
evtCancel | Specifies the cancel event used to abort the creation process. |
Definition at line 53 of file MnistDataLoader.cs.
bool MyCaffe.data.MnistDataLoader.LoadDatabase | ( | int | nCreatorID = 0 | ) |
Create the dataset and load it into the database.
nCreatorID | Specifies the creator ID. |
Definition at line 87 of file MnistDataLoader.cs.
EventHandler MyCaffe.data.MnistDataLoader.OnCompleted |
The OnComplete event fires once the dataset creation has completed.
Definition at line 45 of file MnistDataLoader.cs.
EventHandler<ProgressArgs> MyCaffe.data.MnistDataLoader.OnError |
The OnError event fires when an error occurs.
Definition at line 41 of file MnistDataLoader.cs.
EventHandler<ProgressArgs> MyCaffe.data.MnistDataLoader.OnProgress |
The OnProgress event fires during the creation process to show the progress.
Definition at line 37 of file MnistDataLoader.cs.