Feeds
提问
NCA feature selection method in deep learning
cvx=cvpartition(size(Features,1),'kfold',5); numvalidsets = cvx.NumTestSets; n = cvx.TrainSize(1); lambdavals=(linspace(0,11,...
6 years 前 | 0 个回答 | 0
0
个回答提问
NCA feature selection method
i tried to use NCA feature selection method to select the most relitive features from 16483 features, but i always got all featu...
6 years 前 | 0 个回答 | 1
0
个回答提问
Index exceeds the number of array elements (20) Error
cvx=cvpartition(size(Features,1),'kfold',5); numvalidsets = cvx.NumTestSets; n = cvx.TrainSize(1); lambdavals = linspace(0,20...
6 years 前 | 1 个回答 | 0
