搜索资源列表
beyes
- 数据挖掘中的聚类算法,为朴素贝叶斯算法,算比较经典的算法-Clustering algorithm in data mining, Naive Bayes algorithm, considered classic algorithms
nextSIS-master
- classifier text with naive bayes method for data mining
bayes
- 通过贝叶斯决策,测试给定的一组数据(身高/体重)来判断是男生还是女生。-Through Bayesian decision, given a set of test data (height/weight) to determine if a guy or girl.
bayes-
- 这是用c++写的贝叶斯分类的算法源码,非常实用,也非常好用。-It is written in c++ Bayesian classification algorithm source code, very practical and very easy to us
Matlab-(Bayers)
- 线性分类器可以实现线性可分的类别之间的分类决策,其形式简单,分类决策快速。但在许多模式识别的实际问题中,两个类的样本之间并没有明确的分类决策边界,线性分类器(包括广义线性分类器)无法完成分类任务,此时需要采用其它有效的分类方法。贝叶斯分类器就是另一种非常常见和实用的统计模式识别方法。-Linear classifier can be realized linearly separable classification decision between classes in the form of