搜索资源列表
baysianclassify
- bayes classifier using naive bayes method
program
- Bayes分类器matlab源码,包含两个文件:一个是数据生成,一个是用于分类-Bayes classifier matlab source, contains two files: a data generation, one is used for classification
bayes
- 实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
Bayes-classifier-code
- 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
ML.m
- 在贝叶斯分类中,用极大似然估计法估计概率分布的均值和方差-Compute the maximum-likelihood estimate of the mean and covariance matrix of each class and then uses the results to construct the Bayes decision region. This classifier works well if the classes are uni-modal, even when
bayes
- matlab基于最小错误率的贝叶斯分类器设计-Bayesian classifier design matlab minimum error rate
Naive-Bayes-Text-Classification
- 使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
bayes
- 贝叶斯分类器,对两组数据实现分类判别,并计算判别的正确率-Bayesian classifier, to achieve the two sets of data classification and discrimination, and to calculate the correct rate of discrimination
DEAP04JFisherNaiveBayes
- J fisher discriminant for high/low classes. Naive Bayes classifier for EEG feature selection. - Both for evaluating high/low levels of Valence or Arousal.
Bayes-classifier
- 贝叶斯分类器:贝叶斯分类的基础是概率推理,就是在各种条件的存在不确定,仅知其出现概率的情况下,如何完成推理和决策任务。-Bayesian classifier
Bayes
- 朴素贝叶斯分类器,能实现高准确的分类,且速度快-Naive Bayes classifier, can achieve high accuracy of classification and fast
bayesClassifier
- bayes Classifier ,impleneted by matlab.
beiyes_result
- 贝叶斯分类器:利用贝叶斯分类器的原理对从UCI数据库中下载的心脏病数据集进行分类-Bayes classifier utilizing the data set classification,Bayes classifier utilizing the principle of the downloaded the UCI classification datasets heart disease
shengaobeyesi
- 仅身高作为特征时的Bayes分类器(以身高为数据作为特征)-The Bayes classifier, which is used as the data of height, is used as the feature of the feature.
MachLearn_ml
- MachLearn:已经实现了朴素贝叶斯分类器、决策树、支持向量机算法。在Linux上可成功编译-MachLearn: has achieved a naive Bayes classifier, decision trees, support vector machine algorithm. Successfully compile on Linux
bayes
- 贝叶斯分类器,通过某对象的先验概率,利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类。-Bias classifier, by a priori probability of an object, using the Bias formula to calculate the posterior probability, the probability that the object belongs to a certain category,
Problem 1
- this code write for Bayse classifier in matlab
朴素贝叶斯源码
- 朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)