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.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum BayesAlgorithm
Members
  Member nameValueDescription
GrahamAlgorithm1 Use Graham algorithm (faster).
ChiSquareAlgorithm2 Use Chi-Square algorithm (more accurate).
See Also