MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.trainers.InitializeArgs Class Reference

The InitializeArgs is passed to the OnInitialize event. More...

Inheritance diagram for MyCaffe.trainers.InitializeArgs:

Public Member Functions

 InitializeArgs (Component mycaffe)
 The constructor. More...
 

Properties

Log OutputLog [get]
 Returns the output log. More...
 
Component MyCaffe [get]
 Returns the MyCaffeControl used. More...
 
ConnectInfo DatasetConnectInfo [getset]
 Specifies the dataset connection information (if provided). More...
 
int OriginalDatasetID [get]
 Returns the original Dataset ID of the open project held by the MyCaffeControl. More...
 
int DatasetID [getset]
 Get/set a new Dataset ID which is actually used. More...
 

Detailed Description

The InitializeArgs is passed to the OnInitialize event.

Definition at line 89 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ InitializeArgs()

MyCaffe.trainers.InitializeArgs.InitializeArgs ( Component  mycaffe)

The constructor.

Parameters
mycaffeSpecifies the MyCaffeControl used.

Definition at line 101 of file EventArgs.cs.

Property Documentation

◆ DatasetConnectInfo

ConnectInfo MyCaffe.trainers.InitializeArgs.DatasetConnectInfo
getset

Specifies the dataset connection information (if provided).

Definition at line 138 of file EventArgs.cs.

◆ DatasetID

int MyCaffe.trainers.InitializeArgs.DatasetID
getset

Get/set a new Dataset ID which is actually used.

Definition at line 155 of file EventArgs.cs.

◆ MyCaffe

Component MyCaffe.trainers.InitializeArgs.MyCaffe
get

Returns the MyCaffeControl used.

Definition at line 130 of file EventArgs.cs.

◆ OriginalDatasetID

int MyCaffe.trainers.InitializeArgs.OriginalDatasetID
get

Returns the original Dataset ID of the open project held by the MyCaffeControl.

Definition at line 147 of file EventArgs.cs.

◆ OutputLog

Log MyCaffe.trainers.InitializeArgs.OutputLog
get

Returns the output log.

Definition at line 122 of file EventArgs.cs.


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