The BayesianMailFilter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| HamBias |
Gets or sets the overall probability that any given message is not spam (is "ham") (Pr(H))
| |
| SpamBias |
Gets or sets the overall probability that any given message is spam (Pr(S))
| |
| SpamThreshold |
Gets or sets the spam threshold: IsSpam = SpamProbability > SpamThreshold
|