Bayesian database
From ASSPSMTP
A Bayesian database is a list of words that have been classified and numerically scored based on the contents of a Bayesian corpus after it has been processed by a naive Bayes classifier. A binary-type of classification such as: ham=good, and spam=bad; is typically used in a spam filter type of Bayesian database.
ASSP's naive Bayes classifier is the Perl script: rebuildspamdb.pl .


