mlr_learners_classif.C5.0: Classification C5.0 Learner

Description Dictionary Super classes Methods References

Description

A mlr3::LearnerClassif implementing classification C5.0 from package C50. Calls C50::C5.0().

Dictionary

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")

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifC5.0

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifC5.0$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerClassifC5.0$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Quinlan R (1993). C4.5: Programs for Machine Learning http://www.rulequest.com/see5-unix.html


henrifnk/mlr3learners.C50 documentation built on June 4, 2020, 8:15 p.m.