contents.m

来自「应用MATLAB编写的偏最小二乘法程序,且具有画图功能」· M 代码 · 共 30 行

M
30
字号
%   CONTENTS OF THE MULTI-LINEAR PLS TOOLBOX
%   Released 1-06-95
%
%   The toolbox is new and no guarantees are given for its validity
%
%
%   n_pca	Performs a multi-linear PCA model of order 2 to 4
%
%   n_pls	Performs multi-linear PLS of order 2 to 5
%
%   n_pred	Predict y using new X and model found by n_pls.m
%
%   rescal	Used in n_cross
%
%   scal    	Used in n_cross
%
%   ssq		Used in several files to calculate sum-of-squares
%
%   plsqsar	n_pls for explorative QSAR analysis; to select interesting areas
%
%
%
%   Contact us:
%   If you have any comments, questions, suggestions or the like
%   don't hesitate to mail us here at Foodtechnology.
%   E-mail adr. : claus.andersson@pop.foodsci.kvl.dk  
%                rasmus.bro@pop.foodsci.kvl.dk
%                larsn@pop.foodsci.kvl.dk
%   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?