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).
Namespace: Limilabs.Mail.Tools.SpamAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public class SpamFilterTeacher |
| Visual Basic |
|---|
Public Class SpamFilterTeacher |
| Visual C++ |
|---|
public ref class SpamFilterTeacher |