필터 지우기
필터 지우기

How to reduce the dimensions of a row vector?

조회 수: 2 (최근 30일)
Yashaswini MU
Yashaswini MU 2016년 2월 29일
답변: John D'Errico 2016년 3월 2일
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.

답변 (2개)

Roger Wohlwend
Roger Wohlwend 2016년 3월 2일
You cannot apply PCA on a vector. You need a matrix for that.

John D'Errico
John D'Errico 2016년 3월 2일
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.

카테고리

Help CenterFile 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!

Translated by