Principal Component Analysis

조회 수: 7 (최근 30일)
nurlaila ismail
nurlaila ismail 2012년 2월 21일
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

답변 (1개)

Richard Willey
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...

카테고리

Help CenterFile 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!

Translated by