ANNOUNCE: Algorithm::NaiveBayes

[email protected] (Ken Williams) Tue, 18 Mar 2003 22:02:01 -0600
Newsgroups perl.ai
Message-ID <[email protected]>
The uploaded file

     Algorithm-NaiveBayes-0.01.tar.gz

has entered CPAN as

   file: $CPAN/authors/id/K/KW/KWILLIAMS/Algorithm-NaiveBayes-0.01.tar.gz
   size: 5313 bytes
    md5: fbffdfbf3b9e1f19deb3c9d284d46162


This is the Naive Bayes code from my AI::Categorizer module, extracted 
into a stand-alone module that can be used for other things besides 
text.  The attributes and labels in Algorithm::NaiveBayes are 
arbitrary, and it doesn't do any text processing.  This frees it up for 
other machine learning purposes.

  -Ken