mlr_learners_regr.M5Rules: Regression M5Rules Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

A mlr3::LearnerRegr implementing classification JRip from package RWeka. Calls RWeka::M5Rules().

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("regr.M5Rules")
lrn("regr.M5Rules")

Super classes

mlr3::Learner -> mlr3::LearnerRegr -> LearnerRegrM5Rules

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerRegrM5Rules$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerRegrM5Rules$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Hall M, Et al. (1999) Generating rule sets from model trees In: Proceedings of the Twelfth Australian Joint Conference on Artificial Intelligence, pages 1- 12. http://citeseer.ist.psu.edu/holmes99generating.html


henrifnk/mlr3learners.RWeka documentation built on June 8, 2020, 5:54 a.m.