https://github.com/berndbischl/mlr
Raw File
Tip revision: 2fd339b359e367de5c26888c5b4bbe05fe5d41ef authored by pfistfl on 11 April 2018, 15:19:41 UTC
Add basic tests
Tip revision: 2fd339b
makeChainModel.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ChainModel.R
\name{makeChainModel}
\alias{makeChainModel}
\title{Only exported for internal use.}
\usage{
makeChainModel(next.model, cl)
}
\arguments{
\item{next.model}{([WrappedModel`)\cr
The next model.}

\item{cl}{(\link{character})\cr
Subclass to assign to the resulting model.}
}
\description{
Only exported for internal use.
}
\keyword{internal}
back to top