Description Usage Arguments Value See Also
Defines a Parameter Configuration consisting of a ParamSet
that defines the search range for the Hyperparameter Optimization.
Additionally you might want to specify some hard Parameters that are not supposed to be optimized but are necessary to be specified.
You might want to pass a Learner to associate the ParConfig
to a special Learner.
1 2 3 4 5 6 7 | makeParConfig(
par.set,
learner = NULL,
par.vals = NULL,
learner.name = NULL,
note = character(1L)
)
|
par.set |
[ |
learner |
[ |
par.vals |
[ |
learner.name |
[ |
note |
[ |
[ParConfig
]
Other ParConfig:
getParConfigLearnerClass()
,
getParConfigLearnerName()
,
getParConfigLearnerType()
,
getParConfigNote()
,
getParConfigParSet()
,
getParConfigParVals()
,
setParConfigLearnerType()
,
setParConfigLearner()
,
setParConfigNote()
,
setParConfigParSet()
,
setParConfigParVals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.