I would like to use tune() for tuning parameters for svm method, but it is 
not clear
to me how to specify a kernel.

I am trying to use something like this:

> obj <- tune(svm, Species~., data = iris, ranges = list(kernel = 
c('radial', 'linear')))
Error in pmatch(x, table, duplicates.ok) :
        argument is not of mode character

but it generates an error.

Ryszard

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

Reply via email to