how do I use PCA on a 22*25 matrix?
이전 댓글 표시
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?
답변 (1개)
Nihal Reddy
2023년 4월 10일
0 개 추천
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-
카테고리
도움말 센터 및 File 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!