Construct a Grid of Parameters
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>
params = constructParams(kernel="rbfdot", sigma=10^(-1:5), nu=c(0.1, 0.2)) # the expanded grid contains 14 parameter lists: length(params)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.