Spam tools namespace.

Classes

  ClassDescription
Public classBayesianMailFilter
Represents Bayesian spam filter. You can use SpamFilterTeacher to teach and assess the accuracy of the filter.
Public classSpamFilterTeacher
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).
Public classSpamResult
Represents result of the email examination performed by BayesianMailFilter class.
Public classSpamTestResults
Represents the result of spam filter test. You can use SpamFilterTeacher to teach and assess the accuracy of the filter.

Interfaces

  InterfaceDescription
Public interfaceISpamFilter
Represents a spam filter.