Description Usage Arguments Value Super classes Active bindings Methods
Key-value dictionary contains FitParamSpec class objects. This class is passed to Model class and defines parameters of model's fit functon.
1 |
... |
Key and value pairs. |
A new FitParamSpecs
class object.
Dict::Dict
-> ml4e::Option
-> FitParamSpecs
defaults
A list of default values
new()
Construct a new FitParamSpecs
class object.
FitParamSpecs$new(...)
...
Key and value pairs.
A new FitParamSpecs
class object
add()
Adds key-value objects to the dictionary.
FitParamSpecs$add(...)
...
Key and value pairs.
print()
Print object.
FitParamSpecs$print()
get_grid()
Get paramter grid.
FitParamSpecs$get_grid()
A data.frame
of parameter grid.
get_random()
Get random paramter grid.
FitParamSpecs$get_random(size = NULL)
size
A integer scalar of parameter size.
A data.frame
of parameter grid.
get_bayes_info()
Get information for BayesianSearch.
FitParamSpecs$get_bayes_info()
A list
of parameter infomation.
clone()
The objects of this class are cloneable with this method.
FitParamSpecs$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.