AI-NaiveBayes
view release on metacpan or search on metacpan
__PACKAGE__->meta->make_immutable;
1;
__END__
# ABSTRACT: A Bayesian classifier
=encoding utf8
=head1 SYNOPSIS
# AI::NaiveBayes objects are created by AI::NaiveBayes::Learner
# but for quick start you can use the 'train' class method
# that is a shortcut using default AI::NaiveBayes::Learner settings
my $classifier = AI::NaiveBayes->train(
{
attributes => {
( run in 0.523 second using v1.01-cache-2.11-cpan-49f99fa48dc )