powered by
A LearnerClassif for a classification tree implemented in rpart::rpart() in package rpart. Parameter xval is set to 0 in order to save some computation time.
rpart::rpart()
xval
R6::R6Class inheriting from LearnerClassif.
LearnerClassifRpart$new() mlr_learners$get("classif.rpart") lrn("classif.rpart")
Breiman, L. (1984). Classification and Regression Trees. New York: Routledge. 10.1201/9781315139470.
Dictionary of Learners: mlr_learners