Important predictors in PCA analysis and Pareto
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!