LearnerClassifRpart: Classification Tree Learner

Description Format Construction References See Also

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.

Format

R6::R6Class inheriting from LearnerClassif.

Construction

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

References

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

See Also

Dictionary of Learners: mlr_learners


mllg/mlr3 documentation built on Sept. 27, 2019, 9:38 a.m.