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