Multinomial Naive Bayes Classifier

怎甘沉沦 提交于 2019-12-22 06:46:59

问题


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?


回答1:


bnlearn not doing it for you? http://www.bnlearn.com/

Is on CRAN, and claims to implement "naive Bayes" network classifiers and "Discrete (multinomial) data sets are supported".



来源:https://stackoverflow.com/questions/8874058/multinomial-naive-bayes-classifier

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!