Single PLS model based on multiple datasets
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there any way to train a single PLS model on several training datasets?
Let X1, X2 and X3 be the predictive variables matrices and Y1, Y2 and Y3 the output variables of 3 different datasets. I would like to find a single PLS model that is trained based on all 3 datasets at the same time. I would not prefer to define X=[X1;X2;X3] and Y=[Y1;Y2;Y3] and perform PLS on X and Y, since the means of each dataset is slightly different and autoscaling would be based on the dominant dataset.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!