pca function automatically mean-centers
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi
It looks as if the pca function automatically mean-centers the data. Is this the case and if so how can I override this? I want to center my data using the median or group means.
Thanks Marì
0 Kommentare
Antworten (1)
Shashank Prasanna
am 3 Jul. 2014
You are right, by default PCA centers the data. You can however ask PCA not to do that:
Set the name value pair, 'Centered' to false.
0 Kommentare
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!