Spam tools namespace.
Classes
| Class | Description | |
|---|---|---|
| BayesianMailFilter |
Represents Bayesian spam filter.
You can use SpamFilterTeacher to teach and assess the accuracy of the filter.
| |
| SpamFilterTeacher |
You can use this class to teach spam filter (e.g. BayesianMailFilter) to recognize which messages are spam and which are not (are ham).
During learnin phase, both spam and not spam (ham) messages' count should be simmilar (100 or more).
| |
| SpamResult |
Represents result of the email examination performed by BayesianMailFilter class.
| |
| SpamTestResults |
Represents the result of spam filter test.
You can use SpamFilterTeacher to teach and assess the accuracy of the filter.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISpamFilter |
Represents a spam filter.
|