SpamTestResults Properties |
The SpamTestResults type exposes the following members.
Name | Description | |
---|---|---|
Accuracy |
Gets the filter accuracy (SuccessCount/TestsCount)
| |
FalsePositives |
Gets file names of false positives (ham messages marked as spam).
| |
NotMarkedAsSpam |
Gets file names of the failures (spam messages not marked as spam).
| |
SuccessCount |
Gets the number of correct recognitions.
| |
TestsCount |
Gets the count of all tests.
|