The BayesianMailFilter type exposes the following members.

Properties

  NameDescription
Public propertyHamBias
Gets or sets the overall probability that any given message is not spam (is "ham") (Pr(H))
Public propertySpamBias
Gets or sets the overall probability that any given message is spam (Pr(S))
Public propertySpamThreshold
Gets or sets the spam threshold: IsSpam = SpamProbability > SpamThreshold

See Also