| wrapped.model-class(mlr) | R Documentation |
A classifier model is generated by train. It consists of the learn.task,
the classification model, the used hyperparameters and a vector specifying the cases of the training sample.
task.class:character) Stringlearner.class:character) Specifies learner classlearner.name:character) Name of the learning methodlearner.model:ANY) External model from existing R packages like lda, rpart, etcsubset:numeric) An index vector specifying the cases of the training sample that were used for the model.vars:character) Vector specifying the variables which were used to build the model.parset:list) Contains the hyperparameters of the train function. If empty no parameters were used.[signature( = "wrapped.model"): Getter.see train