Generates a Learner for a given task and ParConfig

generateLearner(task, par.config)

Arguments

task

[Task] The Task

par.config

[ParConfig] The Parameter Configuration

Value

[Learner]

Examples

par.config = downloadParConfig("1") learner = generateLearner(iris.task, par.config) print(learner)
#> Learner classif.svm from package e1071 #> Type: classif #> Name: Support Vector Machines (libsvm); Short name: svm #> Class: classif.svm #> Properties: twoclass,multiclass,numerics,factors,prob,class.weights #> Predict-Type: response #> Hyperparameters: cachesize=100,tolerance=0.01 #>