BayesAlgorithm Enumeration |
Defines the available values for
BayesFilter.Algorithm
property to specify the algorithm which should be used to calculate spam
score of e-mail messages.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum BayesAlgorithm
Public Enumeration BayesAlgorithm
Members
| Member name | Value | Description |
---|
| GrahamAlgorithm | 1 |
Use Graham algorithm (faster).
|
| ChiSquareAlgorithm | 2 |
Use Chi-Square algorithm (more accurate).
|
See Also