Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

other data type #2

Open
mab85 opened this issue Jan 2, 2018 · 1 comment
Open

other data type #2

mab85 opened this issue Jan 2, 2018 · 1 comment

Comments

@mab85
Copy link

mab85 commented Jan 2, 2018

@Abusamra how can adapt the code to work with .csv file format.

@mab85
Copy link
Author

mab85 commented Jan 3, 2018

@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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant