MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The TestArgs are passed to the Solver::OnTest event. More...
Public Member Functions | |
TestArgs (int nIterationOverride, int nTestNetID) | |
The TestArgs constructor. More... | |
Properties | |
int | IterationOverride [get] |
Returns the testing iteration override. When set to -1, the solver description test iteration is used. More... | |
int | TestNetID [get] |
Returns the test Net identifier of the Solver test Net to run. More... | |
double | Accuracy [getset] |
Get/set the accuracy for the test run. When overriding the testing, the override should set the accuracy value. More... | |
The TestArgs are passed to the Solver::OnTest event.
The Solver:OnTest event allows for overriding the Solver::Test functionality.
Definition at line 168 of file EventArgs.cs.
MyCaffe.common.TestArgs.TestArgs | ( | int | nIterationOverride, |
int | nTestNetID | ||
) |
The TestArgs constructor.
nIterationOverride | When greater than 0, specifies a testing iteration override, otherwise the value is ignored. |
nTestNetID | Specifies the test Net that the Solver would like to test. |
Definition at line 179 of file EventArgs.cs.
|
getset |
Get/set the accuracy for the test run. When overriding the testing, the override should set the accuracy value.
Definition at line 204 of file EventArgs.cs.
|
get |
Returns the testing iteration override. When set to -1, the solver description test iteration is used.
Definition at line 188 of file EventArgs.cs.
|
get |
Returns the test Net identifier of the Solver test Net to run.
Definition at line 196 of file EventArgs.cs.