Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
y=outputs;
x=inputs;
[xl,yl,xs,ys,beta,pctvar]=plsregress(x,y,numberofcomponents)
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!