[R] e1071 tune.control() random parameter

Alekseiy Beloshitskiy abeloshitskiy at velti.com
Tue Apr 3 14:13:15 CEST 2012


Hello, Jessica,

Can you please elaborate what you're trying to find with that function.
If e.g. you want to find best parameters C and gamma for RBF model (SVM), you can use grid.py, check here:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/

Function tune.control() in package e1071 is an R interface to this algorithm.

Best,
-Alex
________________________________________
From: r-help-bounces at r-project.org [r-help-bounces at r-project.org] on behalf of Jessica Streicher [j.streicher at micromata.de]
Sent: 03 April 2012 11:05
To: r-help at r-project.org
Subject: [R] e1071 tune.control() random parameter

I'm not sure what the parameter specifies:

random
if an integer value is specified, random parameter vectors are drawn from the parameter space.
What are the parameter vectors and what is the parameter space? What means drawn?

greetings
Jessi
        [[alternative HTML version deleted]]

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list