can you tell me the logic of the code

1 visualización (últimos 30 días)
Priyanka Urban
Priyanka Urban el 24 de Feb. de 2014
Respondida: Walter Roberson el 24 de Feb. de 2014
A=reshape(sig_seg,[14 14]);
C = cov(A);
[VN,DN] = eig(C,'nobalance');
VN=sort(VN(:));
dat=VN.*sig_seg;
features=dat(1:50)

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Feb. de 2014
Looks to me as if it principle component analysis (PCA), which you can research.

Más respuestas (0)

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