MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.LogProgressArg Class Reference

The LogProgressArg is passed as an argument to the Log::OnProgress event. More...

Inheritance diagram for MyCaffe.basecode.LogProgressArg:
MyCaffe.basecode.LogArg

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...
 

Detailed Description

The LogProgressArg is passed as an argument to the Log::OnProgress event.

Definition at line 16 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ LogProgressArg()

MyCaffe.basecode.LogProgressArg.LogProgressArg ( string  strSrc,
double  dfProgress 
)

The LogProgressArg constructor.

Parameters
strSrcSpecifies the Log source name.
dfProgressSpecifies the progress value.

Definition at line 26 of file EventArgs.cs.

Property Documentation

◆ Progress

double MyCaffe.basecode.LogProgressArg.Progress
get

Returns the progress value.

Definition at line 43 of file EventArgs.cs.

◆ Source

string MyCaffe.basecode.LogProgressArg.Source
get

Returns the Log source name.

Definition at line 35 of file EventArgs.cs.


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