![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The InitializeArgs is passed to the OnInitialize event. More...
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... | |
The InitializeArgs is passed to the OnInitialize event.
Definition at line 89 of file EventArgs.cs.
| MyCaffe.trainers.InitializeArgs.InitializeArgs | ( | Component | mycaffe | ) |
The constructor.
| mycaffe | Specifies the MyCaffeControl used. |
Definition at line 101 of file EventArgs.cs.
|
getset |
Specifies the dataset connection information (if provided).
Definition at line 138 of file EventArgs.cs.
|
getset |
Get/set a new Dataset ID which is actually used.
Definition at line 155 of file EventArgs.cs.
|
get |
Returns the MyCaffeControl used.
Definition at line 130 of file EventArgs.cs.
|
get |
Returns the original Dataset ID of the open project held by the MyCaffeControl.
Definition at line 147 of file EventArgs.cs.
|
get |
Returns the output log.
Definition at line 122 of file EventArgs.cs.