powered by
LearnerList
Function to get information available about a specific learner in LearnerList of the current R session.
getLearner(x)
a fitted model object.
The function returns the entry in LearnerList found for the class of the object submitted to the function.
LearnerList, addLearner
addLearner
# \donttest{ library("partykit") m <- ctree(Species ~ ., data = iris) getLearner(m) # }
Run the code above in your browser using DataLab