资源简介

偏最小二乘线性判别分析, 以及变量选择方法

资源截图

代码片段和文件信息

function F=carsplslda(XyAfoldmethodnumvim) 
%+++ CARS: Competitive Adaptive Reweighted Sampling method for variable selection.
%+++ num: the number of Monte Carlo Sampling.
%+++ A:   the maximal number of PLS components to extract.
%+++ fold: number of folds for cross validation.
%+++ method: pretreat method ‘center‘ or ‘autoscaling‘.
%+++ vim: 0 regression coefficients(default); 1 selectivity ratio.
%+++ Advisor: Yizeng Liang yizeng_liang@263.net.
%+++ Hongdong Li Jan.3 2009.
%+++ Reference: Hongdong Li Yizeng Liang Qingsong Xu and Dongsheng Cao
%         Key wavelengths screening using competitive adaptive reweighted sampling method
%         for multivariate calibration J?. Anal. Chim. Acta 2009 648 (1): 77-84 



%+++ Initial settings.
if nargin<7;vim=0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        555  2010-06-08 23:44  plslda\ajust_confounding.asv

     文件       2946  2010-04-19 10:35  plslda\carsplslda.m

     文件       1964  2010-04-18 21:42  plslda\classplot2.m

     文件        255  2009-09-20 09:34  plslda\classpoint.m

     文件        964  2010-06-10 09:36  plslda\confounderajust.asv

     文件        953  2010-06-10 09:40  plslda\confounderajust.m

     文件      21195  2010-04-14 13:45  plslda\COSS.jpg

     文件        278  2010-04-17 16:41  plslda\csvd.m

     文件        558  2010-06-11 16:47  plslda\datafit.mat

     文件      26404  2010-04-14 13:46  plslda\Distribution.jpg

     文件      31152  2009-05-18 08:53  plslda\DM2.mat

     文件     236740  2010-05-23 09:11  plslda\error_SPA

     文件        246  2010-03-22 16:44  plslda\example_spa.m

     文件        752  2009-08-31 09:30  plslda\fishersel.m

     文件       1882  2009-09-13 14:11  plslda\histfitnew.m

     文件       1168  2010-04-22 09:00  plslda\ks.m

     文件        432  2010-05-28 19:00  plslda\ldapinv.m

     文件      46264  2010-04-10 10:35  plslda\LOGO_CARS.JPG

     文件        350  2010-05-18 23:12  plslda\Manne_bi.asv

     文件       1989  2009-11-24 19:49  plslda\mcuveplslda.m

     文件      59500  2010-04-27 16:55  plslda\model_SPA

     文件       1123  2010-04-18 12:07  plslda\mtc.m

     文件       3099  2009-12-06 10:18  plslda\optisim.m

     文件        838  2010-04-14 15:40  plslda\plotcars.m

     文件       1801  2010-04-21 14:06  plslda\plotlda.m

     文件        813  2010-04-29 16:23  plslda\plotspa.m

     文件     678912  2010-04-19 10:42  plslda\PLS-LDA使用说明.doc

     文件     458037  2010-04-19 10:49  plslda\PLS-LDA使用说明.pdf

     文件       1848  2010-03-27 15:22  plslda\plslda.m

     文件       3231  2010-02-08 12:17  plslda\plsldacv.m

............此处省略28个文件信息

评论

共有 条评论