Algorithm-NaiveBayes

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Algorithm::NaiveBayes.

 - Fixed a runtime error in the Gaussian model - the code died looking
   for a rescale() function, which I had forgotten to import. [Manju Putcha]

 - Added save_state() and restore_state() methods, which will help
   consumers (like AI::Categorizer) avoid a pesky "can't find method"
   error when using a restored model.

0.03  Mon May 17 22:11:00 CDT 2004

 - The double-loop inside the predict() method has been turned
   inside-out, so that the outer loop is now over the new attributes,
   rather than over the different labels in the training set.

 - Some internal changes for making customization easier: moved the
   model-creation code to new internal classes, making it easier to
   write additional classes that handle model creation differently.



( run in 0.549 second using v1.01-cache-2.11-cpan-65fba6d93b7 )