mlr_learners_classif.JRip: Classification JRip Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

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

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.Jrip")
lrn("classif.Jrip")

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifJRip

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifJRip$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerClassifJRip$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Cohen W (1995). Fast effective rule induction In: Proceedings of the 12th International Conference on Machine Learning, pages 115–123. http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.50.8204


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