Edit

IABSD.fr/ports/math/p5-Algorithm-NaiveBayes

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2009-03-31 16:53:43
    Hash : 52baf56e
    Message : import p5-Algorithm-NaiveBayes 0.04 This module implements the classic "Naive Bayes" machine learning algorithm. It is a well-studied probabilistic algorithm often used in automatic text categorization. Compared to other algorithms (kNN, SVM, Decision Trees), it's pretty fast and reasonably competitive in the quality of its results.