Algorithm-Classifier-NaiveBayes

 view release on metacpan or  search on metacpan

lib/Algorithm/Classifier/NaiveBayes/App.pm  view on Meta::CPAN

use strict;
use warnings;
use App::Cmd::Setup -app;

=head1 NAME

Algorithm::Classifier::NaiveBayes::App - The App::Cmd app class for nb_tool.

=cut

sub global_opt_spec {
	return ( [ 'help|h' => 'This usage screen.' ], );
}

1;



( run in 0.731 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )