Limilabs.Mail.Tools.Spam Namespace |
Class | Description | |
---|---|---|
BayesianMailFilter |
Represents Bayesian spam filter.
You can use SpamFilterTeacher to teach and assess the accuracy of the filter.
| |
LearnedWordPreviousVersionFormat |
This type is for internal use only.
| |
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 learning phase, both spam and not spam (ham) messages' count should be similar (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.
|
Interface | Description | |
---|---|---|
ISpamFilter |
Represents a spam filter.
|