MailBee.NET Objects 7.1

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.

public enum BayesAlgorithm

Members

Member Name Description
GrahamAlgorithm Use Graham algorithm (faster).
ChiSquareAlgorithm Use Chi-Square algorithm (more accurate).

Requirements

Namespace: MailBee.AntiSpam

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.AntiSpam Namespace