搜索资源列表
Fisher520
- 模式识别分类器的设计,此为fisher法源码,经调试通过。所用数据为标准IRIS。
fish
- The fisher iris data file in matlab (in case you do not have it). usually it comes with matlab and is called "fisheriris.mat" and can be read without specifying the path of the file.
handleParInfoGain
- This file gives an example how to use the function "ParInfoGain.m" The user can define if a matlabpool should be used or not. This file shows an example using the well known fisher iris datafile
CODE
- 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
iris
- iris fisher classification
rn
- iris fisher classifier
distance_based_all
- The matlab program classifies the species of fisher iris data based on distance based approaches (euclidean, mahalanobis, etc.)
3-2
- Fisher判别实现鸢尾花数据集中三类特性两类样本情况下的分类-Fisher discriminant achieve Iris dataset classified into three categories characteristic of the two kinds of case
Bayes_hypothesis
- Solves Fisher s standard problem of iris classification
fisher判别分析
- 利用fisher判别分析对于鸢尾花数据集进行分类(Fisher discriminant analysis was used to classify iris data sets)
鸢尾花分类
- 使用四种方法进行鸢尾花分类:最小距离分类器,K 近邻法,感知器,Fisher 准则。(Four methods are used to classify iris: minimum distance classifier, K-nearest neighbor method, perceptron and Fisher criterion.)