Description Usage Arguments Value Examples
View source: R/generateLearner.r
Generates a Learner for a given task and ParConfig
1 | generateLearner(task, par.config)
|
task |
[ |
par.config |
[ |
[Learner
]
1 2 3 | par.config = downloadParConfig("1")
learner = generateLearner(iris.task, par.config)
print(learner)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.