搜索资源列表
naive_bayes
- 朴素贝叶斯分类器,用C++实现的基于朴素贝叶斯算法的分类器
模式识别_贝叶斯分_类器
- 一个用来做模式识别的贝叶斯分类器-used as a pattern recognition Bayesian classifier
贝叶斯分类器
- 贝叶斯一维分类器,用matlab编写,正态分布下男女生判别,最小错误率的贝叶斯分类
ClassficationBaseOnAssociation
- 贝叶斯分类器的改进 在windows 平台下实现;-Improvement of Bayes classfication It is implement in windows.
Bayes
- 贝叶斯分类器,可以输入不同的数据,从而区分出两类产品,只能两类-bayes
GMMmodelandtheBayesianclassifier
- GMM模型和贝叶斯分类器 用于视频图像的处理-GMM model and the Bayesian classifier for video image processing
bayescls
- 贝叶斯分类器代码,介绍贝叶斯分类器的功能-Bayesian classifier code, describes the function of the Bayesian classifier
Pbayesfenleiqa
- 模式识别--VISUAL C++环境下编写的贝叶斯分类器(bayes),值得收藏-Mode identification- VISUAL C++ environment prepared by the Bayesian classifier (bayes) worth collecting
Nnaive_bayesa
- 朴素贝叶斯分类器,用C++实实现的基于朴素贝叶斯算法的分类器 -Naive Bayesian classifier, the classifier based on the Naive Bayes algorithm to achieve C++ real
TBayessh
- 代码软件包是一个基于贝叶斯分类器的分类程序,包括数数据集,运行该程序可以是一个,可以直接使用。 -Code package is based on a Bayesian classifier program, including the number of data sets, run the program, you can directly use.
bayesianClassify
- 贝叶斯分类器,实现文件的分类-Bayes classifie
.net--matlab
- 基于C﹟的 贝叶斯分类器 .net源代码-Bayesian classifier based on C#. Net source code
myBayes
- 贝叶斯分类器的分类原理是通过某对象的先验概率,利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类-Bayesian classifier principle a priori probability of the object using the Bayesian formula to calculate the subsequent posterior probability that the object belongs to a certa
main
- 朴素贝叶斯分类器在符号型数据库上的实现,这里说的符号型数据库指属性取值满足离散、无序、有限,无运算-bayesian classifier
BayessianRule
- 贝叶斯分类器的2分类的实现演示,随机生成数据,进行2维特征的2分类-Classification Bayesian classifier achieve demo, randomly generated data, 2-dimensional feature classification
BayesClassification-Matlab
- 简单的贝叶斯分类器的Matlab实现,并提供了三个实例-Simple Bias classifier Matlab implementation, and provides three examples
beiyes_result
- 贝叶斯分类器:利用贝叶斯分类器的原理对从UCI数据库中下载的心脏病数据集进行分类-Bayes classifier utilizing the data set classification,Bayes classifier utilizing the principle of the downloaded the UCI classification datasets heart disease
SharpClassifier_Adult-master
- 利用朴素贝叶斯分类方法将UCI的adult数据集进行分类(The adult dataset of UCI was classified by the naive bayesian classification method)
3.贝叶斯分类器
- 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
bayes
- 这是一个用于贝叶斯分类器的源代码,请有需要的朋友看一下(This is the python source code used to describe baysion clustering. It can be combined with your actual needs.)