PRTools Contents

PRTools User Guide

pls_transform

PLS_TRANSFORM

Partial Least Squares transformation

   T = PLS_TRANSFORM(X,R)
   T = PLS_TRANSFORM(X,R,OPTIONS)

Input
 X input data matrix size [N -by- d_X], N samples, d_X variables
 R transformation matrix size [d_X -by- nLV]: T_new = X_new*R  (X_new here after preprocessing, preprocessing and un-preprocessing  could be done automatically (than OPTIONS contains info about  preprocessing) or manually); normally, R as a field of XRes  output parameter of pls_train routine
 OPTIONS structure returned by pls_train (if not supplied then will be  no preprocessing performed)

Output
 T [N -by- nLV] scores -- transformed data

Description

Applys PLS (Partial Least Squares) regression model

See also

pls_train, pls_apply,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.