I have a 347x225 matrix, 347 samples (facebook users), and 225 features (their profile), and I used the PCA function for the dimension reduction in Matlab.

x  = load (dataset)

coeff = pca (x)

It generated a 225x98 matrix. But I don't understand what exactly it is generating and I am unable to understand what to do next. Cananyonee help me with the understanding? My main goal is to reduce the dimension of my original matrix.

and I don't know what is 

coeff = pca(X,Name,Value)

[coeff,score,latent] = pca(___)

[coeff,score,latent,tsquared] = pca(___)

[coeff,score,latent,tsquared,explained,mu] = pca(___)

More Lamyaa Al Omairi's questions See All
Similar questions and discussions