Introduction - If you have any usage issues, please Google them yourself
Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X | H) P (H)/P (X).. For multi-attribute data sets, computing P (X | Ci) of the overhead is very large, in order to reduce the computational complexity, we do conditional independence assumption that a given tuple class label, it is assumed that property values conditionally independent of each other, that does not exist in the inter-attribute dependencies. This procedure is only an implementation of algorithm, according to training data classifier training
Packet : 93317441naivebayes.rar filelist
朴素贝叶斯分类\朴素贝叶斯分类.doc
朴素贝叶斯分类\BaysClass\BaysClass.cpp
朴素贝叶斯分类\BaysClass\BaysClass.dsp
朴素贝叶斯分类\BaysClass\BaysClass.dsw
朴素贝叶斯分类\BaysClass\BaysClass.ncb
朴素贝叶斯分类\BaysClass\BaysClass.opt
朴素贝叶斯分类\BaysClass\BaysClass.plg
朴素贝叶斯分类\BaysClass\ReadMe.txt
朴素贝叶斯分类\BaysClass\StdAfx.cpp
朴素贝叶斯分类\BaysClass\StdAfx.h
朴素贝叶斯分类\BaysClass\Debug
朴素贝叶斯分类\BaysClass
朴素贝叶斯分类