上传者: wildphoenix
|
上传时间: 2023-01-03 18:56:02
|
文件大小: 9KB
|
文件类型: NONE
matlab实现偏最小二乘法。。。。。
%% Principal Component Analysis and Partial Least Squares
% Principal Component Analysis (PCA) and Partial Least Squares (PLS) are
% widely used tools. This code is to show their relationship through the
% Nonlinear Iterative PArtial Least Squares (NIPALS) algorithm.