how do I use PCA on a 22*25 matrix?
1 回表示 (過去 30 日間)
古いコメントを表示
I have extracted 22 GLCM features from some images and I want to do PCA on this features. anyone can help me how i need to do this?
0 件のコメント
回答 (1 件)
Nihal Reddy
2023 年 4 月 10 日
I understand you want to apply Principal Component Analysis(PCA) on features extracted from the images. You can achieve this by using the "pca" function which takes matrix as an input and returns principal component coefficients.
Refer to the following documentation link for more information and examples-
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!