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)
Details
The constructer makeWrappedModel
is only for
internal use. Object members: See arguments.