how can reduce my feature in each row of matrix ?

3 ビュー (過去 30 日間)
Haleh ha
Haleh ha 2017 年 2 月 24 日
回答済み: Aditya 2025 年 2 月 5 日
i have matrix that each row is features of one data and each row is 256 feature and i want to reduce to 39 feature,how can do it?
and how can reduce new row feature to 25 feature and comparison with that matrix?
can i reduce one row feature?

回答 (1 件)

Aditya
Aditya 2025 年 2 月 5 日
Hi Haleh,
To reduce the dimensionality of your dataset from 256 features to 39 features (and then further to 25 features), you can use techniques such as Principal Component Analysis (PCA). PCA is a commonly used method for dimensionality reduction that projects the data into a lower-dimensional space while preserving as much variance as possible.
Please refer to the following documentation:

カテゴリ

Help Center および File ExchangeDimensionality 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