文件名称:NaiveBayes
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 159kb
- 下载次数:
- 0次
- 提 供 者:
- guife******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-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
相关搜索: 贝叶斯
Naive
Bayes
naiveBayes
Bayesian
classifier
bayes
bayesian
classifier
matlab
for
image
class
Bayes
分类器
贝叶斯算法
bayes
theorem
Naive
Bayes
naiveBayes
Bayesian
classifier
bayes
bayesian
classifier
matlab
for
image
class
Bayes
分类器
贝叶斯算法
bayes
theorem
(系统自动生成,下载前可以参看下载内容)
下载文件列表
朴素贝叶斯分类
..............\BaysClass
..............\.........\BaysClass.cpp
..............\.........\BaysClass.dsp
..............\.........\BaysClass.dsw
..............\.........\BaysClass.ncb
..............\.........\BaysClass.opt
..............\.........\BaysClass.plg
..............\.........\Debug
..............\.........\ReadMe.txt
..............\.........\StdAfx.cpp
..............\.........\StdAfx.h
..............\朴素贝叶斯分类.doc
..............\BaysClass
..............\.........\BaysClass.cpp
..............\.........\BaysClass.dsp
..............\.........\BaysClass.dsw
..............\.........\BaysClass.ncb
..............\.........\BaysClass.opt
..............\.........\BaysClass.plg
..............\.........\Debug
..............\.........\ReadMe.txt
..............\.........\StdAfx.cpp
..............\.........\StdAfx.h
..............\朴素贝叶斯分类.doc