getLearner {stablelearner}R Documentation

Get Learner Details from LearnerList

Description

Function to get information available about a specific learner in LearnerList of the current R session.

Usage

getLearner(x)

Arguments

x

a fitted model object.

Details

The function returns the entry in LearnerList found for the class of the object submitted to the function.

See Also

LearnerList, addLearner

Examples


library("partykit")
m <- ctree(Species ~ ., data = iris)
getLearner(m)


[Package stablelearner version 0.1-5 Index]