
Meetul Choudhary
Followers: 0 Following: 0
Feeds
已回答
Feature selection code error
%%X=featvales'; X = permute(conj(featvales), [3, 4, 1, 2]); Y=label'; a1=[]; this did the job
Feature selection code error
%%X=featvales'; X = permute(conj(featvales), [3, 4, 1, 2]); Y=label'; a1=[]; this did the job
1 year 前 | 1
| 已接受
提问
Feature selection code error
CODE: %% Testing Phase load('testFeatures'); featvales=b2{1}; label=b2{2}; X = reshape(featvales, [], 1000)'; Y = label'...
1 year 前 | 1 个回答 | 0
1
个回答提问
error using tranpose (recieving permute error )
CODE: %% Testing Phase load('testFeatures'); featvales=b2{1}; label=b2{2}; num_dims = max(size(featvales)); X=featvale...
1 year 前 | 2 个回答 | 0