MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The WaitArgs is passed to the OnWait event. More...
Public Member Functions | |
WaitArgs (int nWait) | |
The constructor. More... | |
Properties | |
int | Wait [get] |
Returns the amount of time to wait in milliseconds. More... | |
The WaitArgs is passed to the OnWait event.
Definition at line 64 of file EventArgs.cs.
MyCaffe.trainers.WaitArgs.WaitArgs | ( | int | nWait | ) |
The constructor.
nWait | The amount of time to wait in milliseconds. |
Definition at line 72 of file EventArgs.cs.
|
get |
Returns the amount of time to wait in milliseconds.
Definition at line 80 of file EventArgs.cs.