필터 지우기
필터 지우기

How to calculate dimension using PCA

조회 수: 2 (최근 30일)
Kong
Kong 2020년 3월 25일
답변: Jalaj Gambhir 2020년 4월 7일
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