The CogVerificationStatistics type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| FalseAcceptCount |
Get and set the number of items that were categorized as false accept after verification has run.
This statistics is only set when doing comparison with the SimpleResult item.
| |
| FalseRejectCount |
Get and set the number of items that were categorized as false reject after verification has run.
This statistics is only set when doing comparison with the SimpleResult item.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| MatchesCount |
Get and set the number of items that matched after verification has run.
| |
| MismatchesCount |
Get and set the number of items that mismatched after verification has run.
| |
| StartTime |
Get and set the time when the verification started.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| StopTime |
Get and set the time when the verification stopped.
| |
| TotalCount |
Get and set the total number of items verified.
| |
| TotalTime |
Get and set the total verification time.
| |
| TrueAcceptCount |
Get and set the number of items that were categorized as true accept after verification has run.
This statistics is only set when doing comparison with the SimpleResult item.
| |
| TrueRejectCount |
Get and set the number of items that were categorized as true reject after verification has run.
This statistics is only set when doing comparison with the SimpleResult item.
| |
| UndefinedCount |
Get and set the number of items that were categorized as undefined after verification has run.
This statistics is only set when doing comparison with the SimpleResult item.
| |
| UnknownCount |
Get and set the number of items that were categorized as unknown after verification has run.
This statistics is only set when doing comparison with the SimpleResult item.
|
See Also