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

The CiFar10DataLoader is used to create the CIFAR-10 dataset and load it into the database managed by the MyCaffe Image Database. More...

Public Member Functions

 CiFar10DataLoader (CiFar10DataParameters 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< ProgressArgsOnProgress
 The OnProgress event fires during the creation process to show the progress. More...
 
EventHandler< ProgressArgsOnError
 The OnError event fires when an error occurs. More...
 
EventHandler OnCompleted
 The OnComplete event fires once the dataset creation has completed. More...
 

Detailed Description

The CiFar10DataLoader is used to create the CIFAR-10 dataset and load it into the database managed by the MyCaffe Image Database.

See also
CIFAR-10 Dataset

Definition at line 23 of file CiFar10DataLoader.cs.

Constructor & Destructor Documentation

◆ CiFar10DataLoader()

MyCaffe.data.CiFar10DataLoader.CiFar10DataLoader ( CiFar10DataParameters  param,
Log  log,
CancelEvent  evtCancel 
)

The constructor.

Parameters
paramSpecifies the creation parameters.
logSpecifies the output log used to show status updates.
evtCancelSpecifies the cancel event used to abort the creation process.

Definition at line 50 of file CiFar10DataLoader.cs.

Member Function Documentation

◆ LoadDatabase()

bool MyCaffe.data.CiFar10DataLoader.LoadDatabase ( int  nCreatorID = 0)

Create the dataset and load it into the database.

Parameters
nCreatorIDSpecifies the creator ID.
Returns
On successful creation, true is returned, otherwise false is returned on abort.

Definition at line 68 of file CiFar10DataLoader.cs.

Event Documentation

◆ OnCompleted

EventHandler MyCaffe.data.CiFar10DataLoader.OnCompleted

The OnComplete event fires once the dataset creation has completed.

Definition at line 42 of file CiFar10DataLoader.cs.

◆ OnError

EventHandler<ProgressArgs> MyCaffe.data.CiFar10DataLoader.OnError

The OnError event fires when an error occurs.

Definition at line 38 of file CiFar10DataLoader.cs.

◆ OnProgress

EventHandler<ProgressArgs> MyCaffe.data.CiFar10DataLoader.OnProgress

The OnProgress event fires during the creation process to show the progress.

Definition at line 34 of file CiFar10DataLoader.cs.


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