getLearner | R Documentation |
LearnerList
Function to get information available about a specific learner in
LearnerList
of the current R session.
getLearner(x)
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
library("partykit")
m <- ctree(Species ~ ., data = iris)
getLearner(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.