mlr_learners_classif.J48: Classification J48 Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

A mlr3::LearnerClassif implementing classification J48 from package RWeka. Calls RWeka::J48().

Custom mlr3 defaults

Dictionary

This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn():

1
2
mlr_learners$get("classif.J48")
lrn("classif.J48")

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifJ48

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifJ48$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerClassifJ48$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.RWeka documentation built on June 8, 2020, 5:54 a.m.