搜索资源列表
手写数字识别之Fisher线性判别
- 手写数字识别之Fisher线性判别-handwritten figures identifiable Fisher Linear Discriminant
Fisher
- Fisher判别,用于模式识别的Fisher线性判别-Fisher Discriminant for pattern recognition Fisher Linear Discriminant
fisher
- 基于Fisher线性判别的基因分类器的matlab源码
fisher线性判别
- fisher线性判别实例
knn.kmeans.fisher
- 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
fisher
- 这是一各关于线性判别函数分类的MATLAB程序,希望对大家的学习有所帮助-This is the one on the linear discriminant function classification MATLAB program, and they hope to learn from everyone
Fisher_example
- Fisher线性判别分类器应用于IRIS数据集的例子-An example of Fisher linear discriminant Classifier applied on IRIS Data Set
Fisher
- Fisher线性判别准则将特征空间进行降维,降维的一个基本思路是将d维特征空间投影到一条直线上,形成一维空间-Fisher
FDA
- Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
KLFDA
- 这是一个关于Fisher线性判别分析的Matlab的m文件,给出了在高斯核下的程序源码。-This is a Fisher linear discriminant analysis on the Matlab m-file, given the procedures in the lower-Gaussian source.Kernel Local Fisher Discriminant Analysis for Supervised Dimensionality Reduction.
the_Fisher_Linear_Discriminant_Method
- 模式识别的fisher线性判别方法,包括学习文档和实验源代码。-Fisher linear discriminant pattern recognition methods, including documents and experiment to learn the source code.
Fisher
- fisher 线性判别对于手写体数字识别来说是很有借鉴意义的方法!-fisher linear discriminant for handwritten numeral recognition is very meaningful way to learn!
Fisher
- 手写数字识别之Fisher线性判别,正在做毕业设计的同学可以参考一下-Handwritten numeral recognition of the Fisher Linear Discriminant, is doing graduate students designed for reference
Fisher
- 手写数字识别之Fisher线性判别程序,一本上的,很不错,希望对大家有帮助。-Handwritten numeral recognition of the Fisher linear discriminant procedure, one on a very good, hope you help.
Fisher
- 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值-Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function is well done, that is, w = Sw
FisherLDA
- fisher模式识别线性判别分析,在信号处理中运用比较普遍-fisher linear discriminant analysis pattern recognition, signal processing used in the more common
fisher
- 费希尔线性判别分析代码 Find the Fisher linear separator w (a column vector). X is is the training set (X is a matrix. Each row of X is a vector containing the features of a single sample). y is a column vector with the labels of the training set (1
fisher
- 利用Fisher线性判别来进行男女分类(里面已经有了男女的数据)-Using Fisher linear discriminant for classification of men and women (which already have the data for men and women)
fisher
- 实现Fisher线性判别,数据为三类数据,有画图功能(To achieve Fisher linear discriminant, the data for the three type of data, drawing function)
fisher
- 实现fisher线性判别分类,模式识别经典算法(realization of Fisher linear discriminant classification)