MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.TestingIterationArgs< T > Class Template Reference

Specifies the TestingIterationArgs sent to the Solver::OnTestingIteration, which is called at the end of a testing cycle. More...

Inheritance diagram for MyCaffe.common.TestingIterationArgs< T >:
MyCaffe.common.TrainingIterationArgs< T >

Public Member Functions

 TestingIterationArgs (int nIteration, double dfAccuracy, double dfMsTiming)
 The TestingIterationArgs constructor. More...
 

Properties

double Accuracy [get]
 Return the accuracy of the test cycle. More...
 
int Iteration [get]
 Return the iteration of the test cycle. More...
 
double Timing [get]
 Return the timing of the test cycle in ms. More...
 

Detailed Description

Specifies the TestingIterationArgs sent to the Solver::OnTestingIteration, which is called at the end of a testing cycle.

Template Parameters
TSpecifies the base type float or double. Using float is recommended to conserve GPU memory.

Definition at line 215 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ TestingIterationArgs()

MyCaffe.common.TestingIterationArgs< T >.TestingIterationArgs ( int  nIteration,
double  dfAccuracy,
double  dfMsTiming 
)

The TestingIterationArgs constructor.

Parameters
nIterationSpecifies the iteration of the test cycle.
dfAccuracySpecifies the accuracy of the test cycle.
dfMsTimingSpecifies the timing (in ms.) of the test cycle.

Definition at line 227 of file EventArgs.cs.

Property Documentation

◆ Accuracy

double MyCaffe.common.TestingIterationArgs< T >.Accuracy
get

Return the accuracy of the test cycle.

Definition at line 237 of file EventArgs.cs.

◆ Iteration

int MyCaffe.common.TestingIterationArgs< T >.Iteration
get

Return the iteration of the test cycle.

Definition at line 245 of file EventArgs.cs.

◆ Timing

double MyCaffe.common.TestingIterationArgs< T >.Timing
get

Return the timing of the test cycle in ms.

Definition at line 253 of file EventArgs.cs.


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