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

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