mlr_learners_classif.OneR: Classification OneR Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

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

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

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifOneR

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifOneR$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerClassifOneR$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Holte R (1993). Very Simple Classification Rules Perform Well on Most Commonly Used Datasets https://link.springer.com/content/pdf/10.1023/A:1022631118932.pdf


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