Does pca apply on one dimension data?
1 回表示 (過去 30 日間)
古いコメントを表示
I need to get significant data in vector contain 300*1 values
0 件のコメント
採用された回答
Image Analyst
2017 年 3 月 2 日
編集済み: Image Analyst
2017 年 3 月 2 日
It's called Principal Components Analysis. If you have only one component - your signal value in your 1-D array - then how could you have multiple components? You can't - you have only one.
That said, you may well have significant data in there, like the elements have either high or low values, and not many with in between values. But you wouldn't really call the high and low values "components".
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!