MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The TestAccuracyUpdateArgs are passed to the OnTestAccuracyUpdate event. More...
Public Member Functions | |
TestAccuracyUpdateArgs (int nDetectedLabel, int nExpectedLabel) | |
The constructor. More... | |
Properties | |
int | DetectedLabel [get] |
Returns the detected label. More... | |
int | ExpectedLabel [get] |
Returns the expected label. More... | |
bool | IsCorrect [getset] |
Get/set whether or not the expected and detected label match in a correct way. More... | |
bool | Handled [get] |
Get whether or not the event was handled. More... | |
The TestAccuracyUpdateArgs are passed to the OnTestAccuracyUpdate event.
Definition at line 552 of file EventArgs.cs.
MyCaffe.trainers.TestAccuracyUpdateArgs.TestAccuracyUpdateArgs | ( | int | nDetectedLabel, |
int | nExpectedLabel | ||
) |
The constructor.
nDetectedLabel | Specifies the detected label. |
nExpectedLabel | Specifies the expected label. |
Definition at line 564 of file EventArgs.cs.
|
get |
Returns the detected label.
Definition at line 574 of file EventArgs.cs.
|
get |
Returns the expected label.
Definition at line 582 of file EventArgs.cs.
|
get |
Get whether or not the event was handled.
Definition at line 603 of file EventArgs.cs.
|
getset |
Get/set whether or not the expected and detected label match in a correct way.
Definition at line 590 of file EventArgs.cs.