Description Dictionary Super classes Methods References
A mlr3::LearnerClassif implementing classification C5.0 from package C50.
Calls C50::C5.0()
.
This Learner can be instantiated via the dictionary
mlr_learners or with the associated sugar function lrn()
:
1 2 | mlr_learners$get("classif.C5.0")
lrn("classif.C5.0")
|
mlr3::Learner
-> mlr3::LearnerClassif
-> LearnerClassifC5.0
new()
Creates a new instance of this R6 class.
LearnerClassifC5.0$new()
clone()
The objects of this class are cloneable with this method.
LearnerClassifC5.0$clone(deep = FALSE)
deep
Whether to make a deep clone.
Quinlan R (1993). C4.5: Programs for Machine Learning http://www.rulequest.com/see5-unix.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.