Why is PCA returning only one component when I have 50 variables?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to use PCA in Matlab 2013. I have 50 variables with 52 observations for each. In the example given in documentation there is a component (as I understand each column of coefficients is a component) for each variable. When I do (coeffs, scores)=pca(data) I only get one column of coefficients with 52 rows. Can anyone explain what I am doing wrong please? Thanks!
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!