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

The TestResultArgs are passed to the Solver::OnTestResults event. More...

Inheritance diagram for MyCaffe.common.TestResultArgs< T >:

Public Member Functions

 TestResultArgs (BlobCollection< T > res)
 The constructor. More...
 

Properties

BlobCollection< T > Results [get]
 Returns the results from the test. More...
 
double Accuracy [getset]
 Get/set the accuracy. The recipient of this event should set this value. More...
 
bool AccuracyValid [getset]
 Get/set the accuracy valid flag. When not valid, the OnTestResults event is ignored. More...
 

Detailed Description

The TestResultArgs are passed to the Solver::OnTestResults event.

Template Parameters
TSpecifies the base type used throughout MyCaffe.

Definition at line 115 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ TestResultArgs()

The constructor.

Parameters
resSpecifies the results returned after running the test.

Definition at line 125 of file EventArgs.cs.

Property Documentation

◆ Accuracy

double MyCaffe.common.TestResultArgs< T >.Accuracy
getset

Get/set the accuracy. The recipient of this event should set this value.

Definition at line 142 of file EventArgs.cs.

◆ AccuracyValid

bool MyCaffe.common.TestResultArgs< T >.AccuracyValid
getset

Get/set the accuracy valid flag. When not valid, the OnTestResults event is ignored.

Definition at line 155 of file EventArgs.cs.

◆ Results

Returns the results from the test.

Definition at line 134 of file EventArgs.cs.


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