资源简介
模式识别-特征选择-几种算法的matlab实现。
代码片段和文件信息
%==================================================================
%--- Backward Feature selection by Correst Classification Rate ----
%--------------- Main Function ---------------------------------
%==================================================================
% function [ResultMat] = BackSel_main
% Matlab function of the two backward selection algorithms:
% a) Sequential Backward Selection (SBS)
% b) Sequential Floating Backward Selection (SFBS)
% Methods are improved by a t-test and a Information Loss
% evaluation. The criterion in feature selection is the correct
% classification achieved by the Bayes classifier when each
% probability density function is modeled as single Gaussian.
% Main function:
% - The feature selection method and our improvement on sequential
% selection algorithms
% Secondary function: BayesClassMVGaussPDFs
% - Bayes Classifier with Gaussian modeled PDFs
% using Crossvalidation or Resubstitution methods.
% Copyright 2003-2009 Dimitrios Ververidis AIIA Lab.
% $Revision: 5.1.4 $ $Date: 27/01/2009 $
% REFERENCES:
% [1] D. Ververidis and C. Kotropoulos “Fast and accurate feature
% subset selection applied into speech emotion recognition“
% Els. Signal Process. vol. 88 issue 12 pp. 2956-2970 2008.
% [2] D. Ververidis and C. Kotropoulos “Optimum feature subset
% selection with respect to the information loss of the
% Mahalanobis distance in high dimensions“ under preparation
% 2009.
function [ResultMat ConfMatFinal Tlapse OptimumFeatureSet...
OptimumError] = BackSel_main(DatasetToUse FSSettings handles)
format short g
% INPUT
% DatasetToUse: STRING (‘finalvecXXX‘ where XXX=Your dbname)
% FSSettings;
ErrorEstMethod = FSSettings.ErrorEstMethod;
FSMethod = FSSettings.FSMethod;
MahalInfoLossMethod = FSSettings.MahalInfoLossMethod;
GammaParam = FSSettings.GammaParam;
PercTest = FSSettings.PercTest;
ConfMatSwitch = FSSettings.ConfMatSwitch;
TotalNStepsThres = FSSettings.TotalNStepsThres;
LogViewOfIntStep = FSSettings.LogViewOfIntStep;
% ErrorEstMethod: Error Estimation Method (STRING)
% Values: ‘Standard‘ stands for cross-validation
% ‘ProposedA‘ stands for cross-validation
% ‘ProposedAB‘ stands for cross-validation
% (see paper [1])
% ‘Resubstitution‘ Train and Test sets are
% the whole data set
% MahalInfoLossMethod: (Binary) To use Limits of CCR wrt
% Dimensionality found with Mahalanobis Info
% Loss (see [2]) (DEFAULT = 1)
% FSMethod : (STRING) Feature Selection method (‘SFFS‘‘SFS‘)
% (DEFAULT = ‘SFS‘)
% PercTest: (Integer) 1/PercTest of data is used for testing.
% Remain is used for training the
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1369 2010-08-29 04:04 license.txt
目录 0 2014-03-12 14:05 Version_5.1.8_Out\
文件 23988 2009-03-07 14:01 Version_5.1.8_Out\BackSel_main.m
文件 9497 2009-02-01 19:51 Version_5.1.8_Out\BayesClassMVGaussPDFs.m
文件 2371 2009-01-17 17:38 Version_5.1.8_Out\BayesClassValidationSet.m
文件 4422 2009-02-20 12:45 Version_5.1.8_Out\CalcInfoLoss.m
文件 7915 2009-01-09 12:35 Version_5.1.8_Out\CCRForOptSet.m
文件 5432 2009-02-26 19:44 Version_5.1.8_Out\DataLoadAndPreprocess.m
文件 19208 2009-03-07 14:11 Version_5.1.8_Out\DEMO.fig
文件 12433 2009-03-07 14:56 Version_5.1.8_Out\DEMO.m
文件 20375 2009-03-07 14:01 Version_5.1.8_Out\ForwSel_main.m
目录 0 2014-03-12 14:05 Version_5.1.8_Out\Help\
文件 69120 2009-03-05 13:29 Version_5.1.8_Out\Help\AuthorsVerveridis.doc
文件 33198 2009-03-05 14:07 Version_5.1.8_Out\Help\AuthorsVerveridis.htm
文件 2487 2006-04-18 13:32 Version_5.1.8_Out\Help\dimsmall.jpg
文件 522240 2009-03-05 13:25 Version_5.1.8_Out\Help\Readme.doc
目录 0 2014-03-12 14:05 Version_5.1.8_Out\Help\Readme.files\
文件 196 2009-03-05 13:26 Version_5.1.8_Out\Help\Readme.files\filelist.xm
文件 488380 2009-03-05 13:26 Version_5.1.8_Out\Help\Readme.files\image001.jpg
文件 53345 2009-03-05 13:26 Version_5.1.8_Out\Help\Readme.files\image002.jpg
文件 18676 2009-03-05 13:26 Version_5.1.8_Out\Help\Readme.htm
文件 511517 2009-02-24 00:24 Version_5.1.8_Out\Help\Verver_ElsSigPro_08.pdf
目录 0 2014-03-12 14:05 Version_5.1.8_Out\icons\
文件 9544 2008-02-04 15:34 Version_5.1.8_Out\icons\PlayBlueIcon.tif
文件 9596 2008-02-04 15:36 Version_5.1.8_Out\icons\StopBlueIcon.tif
文件 8192 2009-01-14 19:13 Version_5.1.8_Out\icons\Thumbs.db
文件 2938 2009-02-04 16:31 Version_5.1.8_Out\LoadFromTXTfiles.m
目录 0 2014-03-12 14:05 Version_5.1.8_Out\LowLevelFunctions\
文件 1105 2008-03-24 16:38 Version_5.1.8_Out\LowLevelFunctions\FactorGamma.m
文件 1391 2009-01-12 15:51 Version_5.1.8_Out\LowLevelFunctions\ShowConfMat.m
目录 0 2014-03-12 14:05 Version_5.1.8_Out\PatTargMatrices\
............此处省略7个文件信息
相关资源
- 基于RLS算法的语音噪声回声消除处理
- matlab+xplane通信接口程序
- turbo码的matlab仿真有程序仿真图以及论
- 多机器人路径及避障规划——Matlab
- 基于粒子滤波的视频目标跟踪算法m
- 红外图像的处理及其MATLAB实现
- MATLAB中使用SVM对大量图像进行分类识
- 数值方法(MATLAB版)第四版英文文字
- matlab官方帮助文档(入门必备)
- MATLAB基础与应用
- matlab2013b激活、授权文件
- CLAHE算法对比度受限直方图均衡
- 新手适用简易GPS matlab代码
- Matlab经典代码算法
- MATLAB实现耶鲁人脸库,人脸识别的一
- MATLAB读取JPEG图片的DCT系数
- Turbo matlab.rar
- 四种聚类算法源代码及
- 基于高斯混合模型GMM的说话人识别实
- 高阶统计量matlab完整代码
- 导弹制导控制系统设计与 Matlab 仿真(
- 基于PCA算法的人脸识别包含人脸库
- 智能控制-刘金琨编著-书本+程序源码
- 基于matlab的彩色gui动态显示线性卷积
- 元胞自动机matlab程序讲解
- matlab数码音乐生成
- 利用matlab绘制一个简易的地铁运行图
- 贪婪算法和最小路径算法解决TSP问题
- Matlab有限元编程
- 人脸识别MATLAB源码55226
评论
共有 条评论