![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Specifies the TestingIterationArgs sent to the Solver::OnTestingIteration, which is called at the end of a testing cycle. More...
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... | |
Specifies the TestingIterationArgs sent to the Solver::OnTestingIteration, which is called at the end of a testing cycle.
| T | Specifies the base type float or double. Using float is recommended to conserve GPU memory. |
Definition at line 215 of file EventArgs.cs.
| MyCaffe.common.TestingIterationArgs< T >.TestingIterationArgs | ( | int | nIteration, |
| double | dfAccuracy, | ||
| double | dfMsTiming | ||
| ) |
The TestingIterationArgs constructor.
| nIteration | Specifies the iteration of the test cycle. |
| dfAccuracy | Specifies the accuracy of the test cycle. |
| dfMsTiming | Specifies the timing (in ms.) of the test cycle. |
Definition at line 227 of file EventArgs.cs.
|
get |
Return the accuracy of the test cycle.
Definition at line 237 of file EventArgs.cs.
|
get |
Return the iteration of the test cycle.
Definition at line 245 of file EventArgs.cs.
|
get |
Return the timing of the test cycle in ms.
Definition at line 253 of file EventArgs.cs.