[R] best.svm
David Meyer
david.meyer at wu-wien.ac.at
Tue May 24 15:12:29 CEST 2005
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?
More information about the R-help
mailing list