makeChainModel {mlr}R Documentation

Only exported for internal use.

Description

Only exported for internal use.

Usage

makeChainModel(next.model, cl)

Arguments

next.model

(WrappedModel)
The next model.

cl

(character)
Subclass to assign to the resulting model.


[Package mlr version 2.19.2 Index]