MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The LogProgressArg is passed as an argument to the Log::OnProgress event. More...
Public Member Functions | |
LogProgressArg (string strSrc, double dfProgress) | |
The LogProgressArg constructor. More... | |
Properties | |
string | Source [get] |
Returns the Log source name. More... | |
double | Progress [get] |
Returns the progress value. More... | |
The LogProgressArg is passed as an argument to the Log::OnProgress event.
Definition at line 16 of file EventArgs.cs.
MyCaffe.basecode.LogProgressArg.LogProgressArg | ( | string | strSrc, |
double | dfProgress | ||
) |
The LogProgressArg constructor.
strSrc | Specifies the Log source name. |
dfProgress | Specifies the progress value. |
Definition at line 26 of file EventArgs.cs.
|
get |
Returns the progress value.
Definition at line 43 of file EventArgs.cs.
|
get |
Returns the Log source name.
Definition at line 35 of file EventArgs.cs.