MailBee.NET Objects 7.1

BayesFilter.Algorithm Property

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

public BayesAlgorithm Algorithm {get; set;}

Property Value

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

BayesFilter Class | MailBee.AntiSpam Namespace