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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
