文件名称:matlab pls回归
文件大小:2KB
文件格式:M
更新时间:2018-08-12 05:04:07
pls
function [B, options, Yhat, RMSEP] = pls2reg(X, Y, PC, premethod, XTst, YTst) [ntrn, nfea] = size(X); [ntrn, nres] = size(Y); if nargin < 4 premethod = 1; end if nargin < 3 PC = 10; end