[ ソース: libalgorithm-naivebayes-perl ]
パッケージ: libalgorithm-naivebayes-perl (0.04-1)
libalgorithm-naivebayes-perl に関するリンク
Debian の資源:
libalgorithm-naivebayes-perl ソースパッケージをダウンロード:
- [libalgorithm-naivebayes-perl_0.04-1.dsc]
- [libalgorithm-naivebayes-perl_0.04.orig.tar.gz]
- [libalgorithm-naivebayes-perl_0.04-1.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.