搜索资源列表
NaiveBayes
- naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。
NaiveBayes
- 这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com
Naive_Matlab
- Naive Bayes classification algorithm
subattribspace
- 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
subattribspace
- 朴素贝叶斯matlab实现,基于matlab编程-Naive Bayes matlab to achieve, based on the matlab programming
Bayes2
- 基本的贝叶斯算法(朴素贝叶斯算法,参照清华大学出版的模式识别)-The basic Bayesian algorithm (Naive Bayes algorithm, in the light of pattern recognition, Tsinghua University Publishing)
Naive_Bayes_demo
- 使用Naive Bayes Classifier去分类binary data并绘出正确图表-Using the Naive Bayes Classifier to classify binary data and draw the correct diagram
TutorMatlab
- MATLAB PROGARM Naive Bayes
NBC
- 实现朴素贝叶斯的分类,很好用的,利用matlab编写,不错的程序-Naive Bayes classification, well used, the use of Matlab prepared, a good program
bayes
- bayesian classifier, naive bayesian classifier algorithms are implementer using matlab 20-bayesian classifier, naive bayesian classifier algorithms are implementer using matlab 2011
algorithms
- 分类算法是统计学分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,且方法简单、分类准确率高、速度快。-The classification algorithm is the statistical classification, it is a knowledge of probability and statistics classification alg
naive-bayes-classifier
- 程序实现了naive bayes classifier, 并附有对美国参议院根据投票情况来判断议员属于民主党还是共和党的例子。-Program achieved a naive bayes classifier, along with the U.S. Senate voting to determine under Democrat and Republican members belonging examples.
Naive-Bayes
- 一个学习Naive Bayes的matlab代码,学习到的参数只与样本的个数有关,与实际的样本值没有直接关系。 为了代码的可读性、容易学些,算法的实现没有采用MATLAB向量化 操作。-A Naive Bayes learning matlab code, only to learn the parameters related to the number of samples, and the actual sample values are not dir
naive
- implementation of naive bayes algorithm
naive bayes algorithm
- implementation of naive bayes algorithm with example dataset
naive bayesian algorithm
- implementation of naive bayes algorithm with example dataset
Naive-Bayes
- 基于matlab的Naive Bayes分类,分为train,test和run-Matlab-based Naive Bayes classification, divided into train, test and run
Bayes
- 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
Naive-Bayes
- NAIVE BAYES ALGORITHM(HAMID)
Naive Bayes Classifier - Copy-2
- This is a simple probabilistic classifier based on the Bayes theorem, from the Wikipedia article. This project contains source files that can be included in any C# project.