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.12102.1426

Syntax

C#
public double SpamBias { get; set; }
Visual Basic
Public Property SpamBias As Double
	Get
	Set
Visual C++
public:
property double SpamBias {
	double get ();
	void set (double value);
}

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