Feeds
답변 있음
Principal Component Analysis for feature extraction
[coff,score]=pca(data) newData = data*coff(:,1:n) where n is number of feature to selected.
Principal Component Analysis for feature extraction
[coff,score]=pca(data) newData = data*coff(:,1:n) where n is number of feature to selected.
대략 8년 전 | 1
답변 있음
Need high dimension (30-50) dataset for applying PCA
google UCI machine learning datasets.
Need high dimension (30-50) dataset for applying PCA
google UCI machine learning datasets.
8년 초과 전 | 0



