DEBSOURCES
Skip Quicknav
sources / r-cran-mlr / 2.13-1 / R / ChainModel_operators.R
12345
getLeafModel = function(model) { if (inherits(model, "BaseWrapperModel")) return(getLeafModel(model$learner.model$next.model)) return(model) }