table of contents
Mail::SpamAssassin::Bayes(3) | User Contributed Perl Documentation | Mail::SpamAssassin::Bayes(3) |
NAME¶
Mail::SpamAssassin::Bayes - support for learning classifiers
DESCRIPTION¶
This is the general class used to train a learning classifier with new samples of spam and ham mail, and classify based on prior training.
Prior to version 3.3.0, the default Bayes implementation was here; if you're looking for information on that, it has moved to "Mail::SpamAssassin::Plugin::Bayes".
POD ERRORS¶
Hey! The above document had some coding errors, which are explained below:
- Around line 167:
- =cut found outside a pod block. Skipping to next block.
2010-03-16 | perl v5.10.1 |