ParConfig
The ParConfig object contain information about the search space (par.set), the parameter settings (par.val) and the associated learner.
|
generateParConfig()
|
Generates a suitable Parameter Configuration Set for a given Task and a Learner |
getDefaultParConfig()
|
Gives a default ParConfig for a Learner |
makeParConfig()
|
Make a Parameter Configuration |
setParConfigLearner()
|
Set an associated Learner |
setParConfigLearnerType()
|
Set the type of the associated learner |
setParConfigNote()
|
Set a note |
setParConfigParSet()
|
Set a new Parameter Set |
setParConfigParVals()
|
Set Parameter Values |
getParConfigLearnerClass()
|
Get the class of the associated learner |
getParConfigLearnerName()
|
Get the name of the associated learner |
getParConfigLearnerType()
|
Get the type of the associated learner |
getParConfigNote()
|
Get the note |
getParConfigParSet()
|
Get the ParamSet of the configuration |
getParConfigParVals()
|
Get the constant parameter settings of the configuration |
generateLearner()
|
Generates a Learner for a given task and ParConfig. |