Learn R Programming

mlr (version 1.1-18)

makeWrappedModel: Induced model of learner.

Description

Result from train. It internally stores the underlying fitted model, the subset used for training, features used for training and computtation time for training.

Usage

makeWrappedModel(learner, model, task.desc, subset,
    features, time)

Arguments

Value

[WrappedModel].

Details

The constructer makeWrappedModel is only for internal use.

Object members: See arguments.