Learn R Programming

mlr3 (version 0.1.2)

LearnerClassifRpart: Classification Tree Learner

Description

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.

Arguments

Format

R6::R6Class inheriting from LearnerClassif.

Construction

LearnerClassifRpart$new()
mlr_learners$get("classif.rpart")
lrn("classif.rpart")

References

Breiman, L. (1984). Classification and Regression Trees. New York: Routledge. 10.1201/9781315139470.

See Also

Dictionary of Learners: mlr_learners