Principal Component Analysis
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi there,
I want to find significant chemical compound from 7*64 matrix of data, so that i can do classification using only those significant only. I normalized it first using zscore (range -2 to 2.5), then i apply PCA to reduce the data. I got coeff (64*64), score(7*64), latent(64*1), explained variance (bargragph of 5components), eigenvalues(64*64), eigenvectors(64*64), etc. however, i still dont know what is my significant chemical compound? is that the score value?or, how can i find which one in the original data (7*64) that has been chosen as the last output as principal component ?
Many thanks
Laila
댓글 수: 0
답변 (1개)
Richard Willey
2012년 2월 21일
The Statistics Toolbox product page has a good demo titled "Partial Least Squares Regression and Principal Components Regression"
You should be able to modify this example pretty easily...
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!