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.
This commit is contained in:
jasper 2009-03-31 16:53:43 +00:00
parent 2d6ba4b752
commit 52baf56ecb
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD $
COMMENT= Bayesian prediction of categories
DISTNAME= Algorithm-NaiveBayes-0.04
CATEGORIES= math
# Perl
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Algorithm-NaiveBayes-0.04.tar.gz) = vUYcnqLxQKddU2TMmMLvCQ==
RMD160 (Algorithm-NaiveBayes-0.04.tar.gz) = KkFMdnFaO4heApzU3uzl2bK9Qr8=
SHA1 (Algorithm-NaiveBayes-0.04.tar.gz) = +EVtWbbbYaSwuGWD110ZSa7SkeE=
SHA256 (Algorithm-NaiveBayes-0.04.tar.gz) = /XaUSOyXejYmoTWwLg1fzUHeLZ0UreBjIZTRrYAe7M0=
SIZE (Algorithm-NaiveBayes-0.04.tar.gz) = 7997

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,10 @@
@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