[ 源代码: libalgorithm-naivebayes-perl ]
软件包:libalgorithm-naivebayes-perl(0.04-2)
libalgorithm-naivebayes-perl 的相关链接
Debian 的资源:
下载源码包 libalgorithm-naivebayes-perl:
- [libalgorithm-naivebayes-perl_0.04-2.dsc]
- [libalgorithm-naivebayes-perl_0.04.orig.tar.gz]
- [libalgorithm-naivebayes-perl_0.04-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to make bayesian prediction of categories
Algorithm::NaiveBayes 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.