You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Abusamra when run code i have the following error:
Error using svmtrain (line 234)
Y must be a vector or a character array.
Error in ovrtrain (line 8)
models{i} = svmtrain(double(y == labelSet(i)), x, cmd);
Error in get_cv_ac (line 9)
model = ovrtrain(y(train_ind),x(train_ind,:),param);
Error in automaticParameterSelection (line 67)
cv = get_cv_ac(trainLabel, trainData, cmd, Ncv);
Error in sample (line 91)
[bestc, bestg, bestcv] = automaticParameterSelection(evalLabel, evalData, Ncv_param, optionCV);
@Abusamra how can adapt the code to work with .csv file format.
The text was updated successfully, but these errors were encountered: