52baf56ecb
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.
11 lines
420 B
Plaintext
Executable File
11 lines
420 B
Plaintext
Executable File
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/31 16:53:43 jasper Exp $
|
|
${P5SITE}/Algorithm/
|
|
${P5SITE}/Algorithm/NaiveBayes/
|
|
${P5SITE}/Algorithm/NaiveBayes.pm
|
|
${P5SITE}/Algorithm/NaiveBayes/Model/
|
|
${P5SITE}/Algorithm/NaiveBayes/Model/Discrete.pm
|
|
${P5SITE}/Algorithm/NaiveBayes/Model/Frequency.pm
|
|
${P5SITE}/Algorithm/NaiveBayes/Model/Gaussian.pm
|
|
${P5SITE}/Algorithm/NaiveBayes/Util.pm
|
|
@man man/man3p/Algorithm::NaiveBayes.3p
|