MATLAB: Hello, is there a possibility in MATLAB to determine the predictor scores for additional samples when I already have a PLS regression model

pls regressionpredictor scores

I built a PLS Regression model a while ago and now I have new samples for which I would like to determine the predictor scores because I Need These values in order to use them as Inputs for an artificial neural Network model.

Best Answer

The basic tenet is
*"Can the additional data be assumed to be a random selection from the same probability
distribution as the training data?"*
Hope this helps
Greg