Community Profile

photo

Husam Ali


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


this is my SVM code, i'm receiving this error, You must pass X as a matrix with 2186 columns. for the predict(SVMModels{j},xGrid);, what X does he mean, please help?
for j = 1:numel(classes) indx = Y1(:,j); % Create binary classes for each classifier SVMModels{j} = fitcsvm(X,indx,'Cl...

4 years ago | 0 answers | 0

0

answers

Question


how can i fix indexes for the train, val and test in train function? and how can i return the testing accuracy exactly like it appears in the plot confusion matrix?
Dear Friends, i'm using the code below: to classify by berlin audio dataset, my dataset is not mixed, every group of audio files...

4 years ago | 0 answers | 0

0

answers