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:
parent
2d6ba4b752
commit
52baf56ecb
18
math/p5-Algorithm-NaiveBayes/Makefile
Executable file
18
math/p5-Algorithm-NaiveBayes/Makefile
Executable 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>
|
5
math/p5-Algorithm-NaiveBayes/distinfo
Normal file
5
math/p5-Algorithm-NaiveBayes/distinfo
Normal 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
|
5
math/p5-Algorithm-NaiveBayes/pkg/DESCR
Executable file
5
math/p5-Algorithm-NaiveBayes/pkg/DESCR
Executable 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.
|
10
math/p5-Algorithm-NaiveBayes/pkg/PLIST
Executable file
10
math/p5-Algorithm-NaiveBayes/pkg/PLIST
Executable 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
|
Loading…
Reference in New Issue
Block a user