MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The TestResultArgs are passed to the Solver::OnTestResults event. More...
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... | |
The TestResultArgs are passed to the Solver::OnTestResults event.
T | Specifies the base type used throughout MyCaffe. |
Definition at line 115 of file EventArgs.cs.
MyCaffe.common.TestResultArgs< T >.TestResultArgs | ( | BlobCollection< T > | res | ) |
The constructor.
res | Specifies the results returned after running the test. |
Definition at line 125 of file EventArgs.cs.
|
getset |
Get/set the accuracy. The recipient of this event should set this value.
Definition at line 142 of file EventArgs.cs.
|
getset |
Get/set the accuracy valid flag. When not valid, the OnTestResults event is ignored.
Definition at line 155 of file EventArgs.cs.
|
get |
Returns the results from the test.
Definition at line 134 of file EventArgs.cs.