how to reduce dimensionality of features by usin pca?
2 次查看(过去 30 天)
显示 更早的评论
Now I can apply PCA in Matlab by using [coeff, score, latent, ~, explained] = pca(X);and size of X 20*20, And now my confusion begins. Should I take the first column of coeff or of score or other to get reconstructed features by pca?
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!