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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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