constructParams | R Documentation |
This is a helper function which, geiven a named list of parameter
choices, expand the complete grid and returns a CVST.params
object suitable for CV
and fastCV
.
constructParams(...)
... |
The parameters that should be expanded. |
Returns a CVST.params
wich is basically a named list of
possible parameter vallues.
Tammo Krueger <tammokrueger@googlemail.com>
fastCV
params = constructParams(kernel="rbfdot", sigma=10^(-1:5), nu=c(0.1, 0.2)) # the expanded grid contains 14 parameter lists: length(params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.