<? read_starfish_conf(); echo &readme_line; !>
#+
AI/NaiveBayes1 version 2.006
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
<? echo "Copyright $Years Vlado Keselj $VladoURL" !>
#+
Copyright 2003-11 Vlado Keselj http://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.