AI-NaiveBayes1

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

AI/NaiveBayes1 version 2.011
============================

This is an implementation of the basic Naive Bayes classification
algorithm.  Documentation is a part of the file NaiveBayes1.pm in the
pod format.  To convert it into manual page format, type something
like the following:

	  pod2html NaiveBayes1.pm

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

The methods for importing to and exporting from YAML format require
module YAML.

COPYRIGHT AND LICENCE

Copyright 2003-21 Vlado Keselj https://web.cs.dal.ca/~vlado

This script is provided "as is" without express or implied warranty.
This is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.523 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )