PRTools contents

PRTools manual

pls_transform

PLS_TRANSFORM

Partial Least Squares transformation

   T = pls_transform(X,R)
   T = pls_transform(X,R,Options)

Input
 X [N -by- d_X] the input data matrix, N samples, d_X variables
 R [d_X -by- nLV] the transformation matrix: 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 manual