Important predictors in PCA analysis and Pareto
Show older comments
friends, I have a data set of (1400*4); 4 parameters (mass, area, distance, color) are measured for a sample size of 1400. In order to find the important predictors, I used PCA command after the data were normalized. [pcs,scrs,~,~,pexp] = pca(statsNorm); Then I plotted the Pareto chart ( pareto(pexp)) and the labels beneath each par are just (1, 2, 3 and 4). How can I figure out the correspondence between these numbers and the predictors? In other words, what is 1! mass, area, distance or color?
Accepted Answer
More Answers (0)
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!