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

Branch :


Log

Author Commit Date CI Message
cfbb239b 2016-03-20 19:56:05 Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
db2fcbbe 2015-01-21 14:19:13 drop USE_GROFF, output checked with gmdiff
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
0662a4e9 2013-03-11 11:20:26 PERMIT_* / REGRESS->TEST sweep
678ead5b 2010-12-27 11:41:02 - fix RCS id
aaa18858 2010-12-03 11:44:22 Bump after recent cpan.port.mk change. ok jasper@
bc8dc9ad 2010-11-19 07:23:05 new depends
3075d068 2010-10-18 20:52:05 USE_GROFF=Yes
52baf56e 2009-03-31 16:53:43 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.