Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
in using partisl least square method to reduce the dimention of the input matrix how to know the inputs that matlab has selected as the important variables, how to select the number of components?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
y=outputs;
x=inputs;
[xl,yl,xs,ys,beta,pctvar]=plsregress(x,y,numberofcomponents)
0 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!