BayesFilterAlgorithm Property
Gets or sets the algorithm to be used for scoring messages.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public BayesAlgorithm Algorithm { get; set; }

Property Value

Type: BayesAlgorithm
The algorithm to be used for scoring messages.
The default value is ChiSquareAlgorithm.
Remarks
Use GrahamAlgorithm for better speed; use ChiSquareAlgorithm for better accuracy.
See Also