Principal Component Analysis

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 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

質問済み:

2012 年 2 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by