Description Usage Arguments Value Author(s)
Tuning methods.
| 1 2 | 
| formula | a formula object. | 
| dat.train | a data frame. Training data | 
| dat.tune | a data frame. Tuning data. If NULL, gacv is done. | 
| method | a string. "svm" or "rauc" | 
| kernel | a string. "rbf" or "linear" | 
| verbose | logical | 
| step.size | step size for lambda as in step.size^seq(-3,3,1), please see code for more details | 
tune.it returns a vector of one or two elements: lamcost and gamma, depending on the kernel. 
get.gamma0 returns .5/quantile(dist., c(.9,.75,.5)), where dist. is the Eucledian distance between objects from two classes.
Shuxin Yin 
Youyi Fong youyifong@gmail.com
Krisztian Sebestyen ksebesty@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.