How to calculate dimension using PCA

Hello.
I want to classify videos.
After applying dimensionality reduction like PCA, I got this data.
The original data : 25290 x 25
The reduced data : (2~25) x 25
I can't reduce data more 25 dimension.
I want to get more dimension like (50 x 25), (100 x 25), (100 x 25), etc.
However, the dimension is reduced until 25 x 25. Could you explain this problem?

 採用された回答

Jalaj Gambhir
Jalaj Gambhir 2020 年 4 月 7 日

0 投票

You can specify the number of components you require while applying PCA using 'NumComponents' option.
Have a look here.

その他の回答 (0 件)

カテゴリ

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

質問済み:

2020 年 3 月 25 日

回答済み:

2020 年 4 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by