搜索资源列表
fisher1111
- 基于Fisher准则线性分类器设计 进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识,理解Fisher准则方法确定最佳线性分界面方法的原理 -Fisher linear classification criteria for classification designed to further understanding of the design concept According to the design of linear classification f
fisher_identify
- 学进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识,理解Fisher准则方法确定最佳线性分界面方法的原理,以及Lagrande乘子求解的原理。-school with a better understanding of classification of the design concept, According to the design of linear classification for a more profound understanding, Fisher
linearclassfier
- 脱机字符识别,手写数字识别之模板匹配法,数字识别之神经网络法,手写数字识别之Fisher线性判别,基于Fisher准则线性分类器设计 进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识,理解Fisher准则方法确定最佳线性分界面方法的原理
fisher
- 基于Fisher准则线性分类器设计,理解Fisher准则方法确定最佳线性分界面方法的原理,以及Lagrande乘子求解的原理。-Based on Fisher linear classifier design guidelines, understanding the criteria Fisher method to determine the best linear method of the principle of the interface, as well as solving La
2
- 这是一个有关模式识别的fisher准则分类器的代码-This is a pattern recognition criteria fisher classifier code
fisher
- fisher classfier,主要用于模式识别中的分类,是一种常用的线性分类器。其实严格依据fisher准则编写的。-fisher classfier, mainly used for pattern recognition in the classification, is a commonly used linear classifier. In fact, strictly in accordance with guidelines of the fisher.
fisher_matlat
- 简单的分类器的实现,包括最小线性法,贝叶斯、fisher准则等,可以学习借鉴。-fisher matlab
FisherClassifier
- 模式识别Fisher分类器设计:Fisher线性判别准则设计分类器-FisherClassifier
fisher
- 线性分类器,采用的是Fisher准则,对人的身高体重的分类-Linear classifier, using the Fisher criterion for the classification of people' s height and weight
fisher
- 基于fisher准则的线性分类器,每类7个样本-Criteria based on fisher linear classifier, each class of seven samples
bayesPfisher
- 基于bayes准则和fisher准则的线性分类器。bayes是对细胞的判别分类 分为最小错误率和最小风险两种;fisher是对两类进行判别-Bayes guidelines and criteria based on fisher linear classifier. bayes classification is divided into cells, determine the minimum error rate and minimal risk of two kinds fisher
Comparison-of-Bayesian-and-fisher
- 训练错误率和交叉验证错误率相等,在样本比较大时,这个结果是可以预期的;训练错误率一般低于测试错误率,但是当样本数据比较少时,实验也出现了意外,样本多的那组测试错误率比样本少的训练错误率还要小;在本实验中,同组数据的交叉验证错误率比独立测试错误率高,这个反常现象是因为样本的原因所致,交叉验证的样本小,而独立测试时所用训练样本数目大,因而出现这种情况。分类线上,fisher准则是一条直线,而贝叶斯分类器实际上是一个类似椭圆的封闭曲线;很明显,贝叶斯分类器比fisher分类器要好。-Training
pattern-recognition-simulation
- 将分类器设计问题转化为求准则函数极值的问题了,就可以利用最优化技术解决模式识别问题-Linear discriminant function-Fisher linear discrimination
feisher(matlab)
- 利用fisher准则设计一个分类器并在matlab上仿真实现检验其功能-Fisher guidelines to design a classifier and simulation test its function in matlab
fisher
- 基于Fisher准则线性分类器设计 模式识别 最佳线性分界面 Lagrande乘子求解-Solving the Lagrande multiplier based on the the Fisher criterion linear classifier design patterns to identify the best linear interface
FDA-Matlab
- 基于Fisher准则线性分类器设计Matlab实现源代码-Source code linear classifier based on Fisher criterion design Matlab
fisher
- fisher准则的pca人脸识别程序example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-Fisher criterion example: face recognition program PCA demonstration program CreatData: generat
fisherclasify
- 使用fisher准则进行模式分类,代码简单易懂,可作fisher分类器入门参考-Use fisher criterion for pattern classification, simple code to understand, can be used as introductions fisher classifier
实验程序
- 适用于对模式识别感兴趣的同学,是Fisher准则的MATLAB源码,希望对你有帮助,这个代码可以直接运行,你可以更改自己感兴趣的参数。(For students interested in pattern recognition, it is the MATLAB source code of Fisher rule, which is helpful for you. This code can run directly, you can change the parameters you a
鸢尾花分类
- 使用四种方法进行鸢尾花分类:最小距离分类器,K 近邻法,感知器,Fisher 准则。(Four methods are used to classify iris: minimum distance classifier, K-nearest neighbor method, perceptron and Fisher criterion.)