How to reduce the dimensions of a row vector?

4 visualizaciones (últimos 30 días)
Yashaswini MU
Yashaswini MU el 29 de Feb. de 2016
Respondida: John D'Errico el 2 de Mzo. de 2016
Hi, I have a row vector of dimensions 1*2500. I want to extract features from this vector and reduce the dimensions of the vector using PCA. Can someone please give me the matlab code for it?
Thank U.

Respuestas (2)

Roger Wohlwend
Roger Wohlwend el 2 de Mzo. de 2016
You cannot apply PCA on a vector. You need a matrix for that.

John D'Errico
John D'Errico el 2 de Mzo. de 2016
PCA is meaningless as applied to a single vector.
So, you need to either learn what PCA is (read one of books on the subject) or go back to the person who told you to do this, and ask them what they really meant for you to do.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by