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

The WaitArgs is passed to the OnWait event. More...

Inheritance diagram for MyCaffe.trainers.WaitArgs:

Public Member Functions

 WaitArgs (int nWait)
 The constructor. More...
 

Properties

int Wait [get]
 Returns the amount of time to wait in milliseconds. More...
 

Detailed Description

The WaitArgs is passed to the OnWait event.

Definition at line 64 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ WaitArgs()

MyCaffe.trainers.WaitArgs.WaitArgs ( int  nWait)

The constructor.

Parameters
nWaitThe amount of time to wait in milliseconds.

Definition at line 72 of file EventArgs.cs.

Property Documentation

◆ Wait

int MyCaffe.trainers.WaitArgs.Wait
get

Returns the amount of time to wait in milliseconds.

Definition at line 80 of file EventArgs.cs.


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