vit has asked for the wisdom of the Perl Monks concerning the following question:

Does anybody know a perl module/program for binary classification. I looked at AI::Categorizer, but it does not seem exactly what I need. I need a binary classification (say with Bayes network) for features represented by numbers.
  • Comment on perl module/program for binary classification

Replies are listed 'Best First'.
Re: perl module/program for binary classification
by Illuminatus (Curate) on Mar 24, 2011 at 18:42 UTC
    this is not much to go on. There is Algorithm::NaiveBayes, but as you can see from this page, it has been back-ported into AI::Categorizer. Therefore both use a Bayes Network for classification. Since 'features represented by numbers' could mean just about anything, since you don't define what the numbers (or combination of numbers) represent, it is hard to be more specific.

    fnord