dboehmer / AI-NaiveBayes1

AI::NaiveBayes1 - Perl module for Naive Bayes classification, available on CPAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI/NaiveBayes1 version 2.010
============================

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 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.

About

AI::NaiveBayes1 - Perl module for Naive Bayes classification, available on CPAN


Languages

Language:Perl 100.0%