Stephen:

you need to supply the parameter ranges, your call did not tune anything
at all.
best.svm() is really just a wrapper for tune.svm(...)$best.model. The
help page for 'tune()' will tell you more on the available options.

HTH,

David


[...]

> svm.model = best.svm(data[1:3000,1:23],data[1:3000,24],tunecontrol =
> tune.control())

[...]

> It didn_t produce really good results.
 
> Will best.svm get me the best svm?  Have I given it the wrong
> parameters?

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to