필터 지우기
필터 지우기

PCA and ICA analysis in Matlab

조회 수: 1 (최근 30일)
Ramanathan Anandarama Krishnan
Ramanathan Anandarama Krishnan 2019년 7월 29일
Hi,
I am doing classification in SVM and before that i need to go for feature selection. My excel data set has 97*41 where there are 41 features and 97 Images respectively. I am using the below code in Matlab.
clc;
clear all;
close all;;
load 'fully.csv'
num=pca(fully);
d=cumsum(num);
What value should i take now? Both gives 41*41.Is it correct?Isn variable num correct or cumsum correct?

답변 (0개)

카테고리

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