本文介绍了多项式朴素贝叶斯分类器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我一直在寻找CRAN上的多项朴素贝叶斯分类器,到目前为止,我所能想到的只是软件包e1071
中的二项式实现.有谁知道具有多项式贝叶斯分类器的软件包?
I have been looking for a multinomial naive Bayes classifier on CRAN, and so far all I can come up with is the binomial implementation in package e1071
. Does anyone know of a package that has a multinomial Bayes classifier?
推荐答案
bnlearn不为您这样做吗? http://www.bnlearn.com/
bnlearn not doing it for you? http://www.bnlearn.com/
位于CRAN上,声称可以实现朴素贝叶斯"网络分类器,并支持离散(多项式)数据集".
Is on CRAN, and claims to implement "naive Bayes" network classifiers and "Discrete (multinomial) data sets are supported".
这篇关于多项式朴素贝叶斯分类器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!