搜索资源列表
Bayesian.Classifier
- 贝叶斯分类实验 模式识别课程实验所用的源程序-Bayesian classifier experimental pattern recognition programs used in the experimental program
Classifier.rar
- 文本的分类器C++代码,可供在分类引擎中使用,classifier
classification
- 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
Bayes
- 使用matlab对基于最小错误率的Bayes分类器进行仿真,编写了相应的程序,分为协方差相等和不相等两种情况,最后画出了三类的分界线-Using matlab to the smallest error rate based on the Bayes classifier to carry out simulation, the preparation of the corresponding procedures, divided into equal covariance and unequ
KNN_Classifier
- 一个matlab环境下的k近邻分类器,代码中有详细的注释说明,使用方便.-K-Nearest-Neighbor-Classifier MatLab Code
naive_bayes_numeric
- 利用matlab实现的朴素贝叶斯分类器的源代码,可以用来分类或识别,自己编写的,请多指教-Using matlab Naive Bayesian classifier to achieve the source code can be used to classification or recognition, I have written, and like him Zhijiao
Bayes_example
- Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
SVM-classifier
- 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
Matlab-Bayesian-classifier-program
- Matlab贝叶斯分类器+(Bayers)程序-Matlab Bayesian classifier+ (Bayers) program
SVMclassifier
- SVM分类器,用于对多维采样点进行分类。可根据类别数修改分类器,我们的模式识别作业。-SVM classifier, multi-dimensional sampling points used for classification. Can be modified according to the number of classification categories, and our pattern recognition operation.
judger
- 最小错误率和最小风险贝叶斯分类器,附带示例数据-Minimum error rate and minimum risk Bayes classifier, with sample data
adaboost_for_matlab
- AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learnin
PNN
- pnn分类器算法,用MATLAB源码,可以进行分类。-pnn classifier algorithm, using MATLAB source code can be classified.
kNNClassifier
- A matlab implementation of the KNN classifier. It is tested and working well.
FDA
- Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
classify
- 简单分类器 可用于基于神经网络的字母识别,适合初学者使用。 -Simple classifier based on neural network can be used to identify the letters, suitable for beginners to use.
AdaBoost
- 采用C语言实现的Adaboost算法,一个很经典的分类器算法-Using C language of the Adaboost algorithm, a classic Classifier
classifier
- 两类二维相关正态分布条件下的最小错误率贝叶斯分类器,基于最小风险的贝叶斯分类器,Parzen窗法非参数估计分类器程序,Fisher线性判别法分类器程序。-Under normal conditions two types of two-dimensional correlation of minimum error rate of Bayesian classifier, the minimum risk-based Bayesian classifier, Parzen window meth
neighborhood-classifier
- neighborhood classifier -neighborhood classifierneighborhood classifier
linear classifier
- 实现简单的线性分类器,包括图形界面可视化结果(To achieve a simple linear classifier)