Click or drag to resize

BayesianMailFilterSpamBias Property

Gets or sets the overall probability that any given message is spam (Pr(S))

Namespace:  Limilabs.Mail.Tools.Spam
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public double SpamBias { get; set; }

Property Value

Type: Double
Remarks
Not biased filter assumes 0.5. Recent statistics show that the current probability of any message being spam is 80%, at the very least: SpamBias = 0.8; HamBias = 0.2
See Also