搜索资源列表
LinearDiscriminant.rar
- 线形判别分析算法和knn最近邻算法的实现,Linear discriminant analysis algorithm and KNN nearest neighbor algorithm
svm-km.rar
- 支持向量机(SVM)是数据挖掘中的一个新方法,能非常成功地处理回归问题(时间序列分析)和模式识别(分类问题、判别分析)等诸多问题,并可推广于预测和综合评价等领域,因此可应用于理科、工科和管理等多种学科。目前国际上支持向量机在理论研究和实际应用两方面都正处于飞速发展阶段。它广泛的应用于统计分类以及回归分析中. 支持向量机属于一般化线性分类器.他们也可以认为是提克洛夫规则化(Tikhonov Regularization)方法的一个特例.这族分类器的特点是他们能够同时最小化经验误差与最大化几何边缘区
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.
featureExtraction
- 该程序包实现了模式识别中的两个特征提取算法,主成分分析PCA和线性判别分析LDA。采用C++语言编写,开发环境VS。 程序包还提供了两个测试样本文件。-The package to achieve the recognition of the two feature extraction algorithm, principal component analysis PCA and linear discriminant analysis LDA. Using C++ language, dev
DistgshAnalysis.m
- 判别分析的Matlab源码,很全面实用的程序-Matlab source code of the discriminant analysis, it is a comprehensive
Discriminant_Analysis_Programme
- matlab环境的判别分析代码 非常实用-discriminant analysis matlab environment very useful code
LDA
- 数据挖掘的线性判别分析,用matlab编写-Data Mining linear discriminant analysis, using matlab write
PRproject_lda
- 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
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
PSO
- 在判别分析中使用粒子群优化算法求解最优判别函数-Particle Swarm Optimization(PSO)
Code_MATLAB_Statistical_Analysis
- 这是张德丰《MATLAB概率与数理统计分析》随书源码(M文件)。代码包括的内容有:概率分布计算及统计特征、数字特征计算、统计图绘制(盒状图、散度图等)、点估计和区间估计、假设检验、方差分析、曲线拟合、回归分析、因素分析、聚类分析、正交实验设计分析、多元方差分析、判别分析、隐马尔可夫模型建模与参数估计和在语音识别中的应用。-This is Zhang Defeng " MATLAB Analysis of probability and mathematical statistics,&
discriminant-analysis
- 判别分析的matlab源代码,文件中有三种方法,每种方法都有测试数据-Discriminant analysis matlab source code, documentation there are three methods, each method has the test data
《MATLAB统计分析与应用3》
- 距离判别分析法、贝叶斯判别分析法;主成分分析matlab函数等(Distance discriminant analysis, Bias discriminant analysis, principal component analysis, matlab function, etc.)
fisher判别分析
- 利用fisher判别分析对于鸢尾花数据集进行分类(Fisher discriminant analysis was used to classify iris data sets)
判别分析
- 用来做判别分析,内含案例数据和代码,适用于初学者(Used for discriminant analysis, with case data and code, for beginners)
基于广义判别分析算法的matlab程序
- 这里面是基于广义判别分析算法的matlab程序(This is a Matlab program based on a generalized discriminant analysis algorithm.)
LFDA
- LLDA,局部线性判别分析,可以降到任意的维度,相比LDA更加优秀(LLDA, Local Linear Discriminant Analysis, can be reduced to any dimension, which is better than LDA.)
线性判别
- 用于线性及非线性的判别分析等,简单实用(Simple and practical for linear and non-linear discriminant analysis)
Matlab偏最小二乘法用于判别分析
- MATLAB偏最小二乘法用于判别分析,亲测可用(The partial least squares method of MATLAB is used for discriminant analysis, and the pro-test is available.)
核Fisher鉴别分析方法(KFDA)
- 基于核函数的Fisher分类判别,用于比同种类的分类。(Fisher classification based on kernel function)