Help for this page

Select Code to Download


  1. or download this
    
    my $classifier = AI::NaiveBayes->train(
    ...
    # $result is now a AI::NaiveBayes::Classification object
    my @predictors = $result->find_predictors;