Borrar filtros
Borrar filtros

how do I use PCA on a 22*25 matrix?

2 visualizaciones (últimos 30 días)
ramin asadi
ramin asadi el 2 de Mzo. de 2016
Respondida: Nihal Reddy el 10 de Abr. de 2023
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?

Respuestas (1)

Nihal Reddy
Nihal Reddy el 10 de Abr. de 2023
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-

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by