How to calculate dimension using PCA

1 次查看(过去 30 天)
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
You can specify the number of components you require while applying PCA using 'NumComponents' option.
Have a look here.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by