资源简介

This library provides a whole set of easy-to-use functions for building partial least squares (PLS) regression (PLSR) and discriminant analysis (PLS-DA) models as well as predictive performance evaluation.

资源截图

代码片段和文件信息

function [lowhigh]=axisrange(x)
%+++ for a better axis range

r=0.10;
a=min(x);
b=max(x);
d=(b-a);
low=a-d*r;
high=b+d*r;


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

    .......       124  2013-04-13 18:41  libPLS_1.6\axisrange.m

    .......      3451  2013-03-31 19:33  libPLS_1.6\carspls.m

    .......      3016  2013-03-31 19:33  libPLS_1.6\carspls_simplify.m

    .......      2881  2013-04-13 18:42  libPLS_1.6\carsplslda.m

    .......      2082  2012-03-03 11:59  libPLS_1.6\classplot2.m

    .......    402792  2013-03-30 11:18  libPLS_1.6\corn_m51.mat

    .......       540  2011-04-20 21:49  libPLS_1.6\databin.m

    .......      2011  2013-04-13 18:58  libPLS_1.6\demo_PLS_Discriminant_Analysis.m

    .......      2080  2013-04-13 19:07  libPLS_1.6\demo_PLS_Regression.m

    .......     31152  2009-05-17 20:53  libPLS_1.6\DM2.mat

    .......      1936  2012-03-29 12:39  libPLS_1.6\histfitnew.m

    .......      1107  2013-02-27 21:30  libPLS_1.6\ks.m

    .......       505  2013-04-13 17:11  libPLS_1.6\ldapinv.m

    .......     58908  2013-04-01 13:03  libPLS_1.6\Mannual_libPLS.pdf

    .......       128  2013-04-13 18:21  libPLS_1.6\matlab.mat

    .......      2729  2013-03-30 12:46  libPLS_1.6\mcs.m

    .......      1244  2013-03-31 13:38  libPLS_1.6\mcuvepls.m

    .......      1374  2013-04-13 18:44  libPLS_1.6\mcuveplslda.m

    .......      1217  2013-03-31 14:08  libPLS_1.6\mwpls.m

    .......       839  2013-03-30 12:55  libPLS_1.6\plotcars.m

    .......       828  2013-04-13 18:35  libPLS_1.6\plotcars_plslda.m

    .......      1918  2013-04-13 15:58  libPLS_1.6\plotlda.m

    .......       598  2012-05-17 21:20  libPLS_1.6\plotmcs.m

    .......      1127  2013-04-13 18:21  libPLS_1.6\plotspa.m

    .......      2181  2013-03-31 21:05  libPLS_1.6\pls.m

    .......      1671  2013-03-30 11:12  libPLS_1.6\pls_nipals.m

    .......      2689  2013-03-31 19:50  libPLS_1.6\plscv.m

    .......      1945  2013-03-31 19:32  libPLS_1.6\plsdcv.m

    .......      1738  2013-04-13 16:52  libPLS_1.6\plslda.m

    .......      2983  2013-04-13 18:38  libPLS_1.6\plsldacv.m

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

评论

共有 条评论