Info
This question is closed. Reopen it to edit or answer.
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 view (last 30 days)
Show older comments
y=outputs;
x=inputs;
[xl,yl,xs,ys,beta,pctvar]=plsregress(x,y,numberofcomponents)
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!