openbsd-ports/math/p5-Algorithm-NaiveBayes/Makefile
jasper 52baf56ecb 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.
2009-03-31 16:53:43 +00:00

19 lines
290 B
Makefile
Executable File

# $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>