mlr_learners_regr.IBk: Regression IBk Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

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

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

Super classes

mlr3::Learner -> mlr3::LearnerRegr -> LearnerRegrIBk

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerRegrIBk$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerRegrIBk$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Aha D, Kibbler D, Alber M (1991). Instance-based learning algorithms https://link.springer.com/content/pdf/10.1007/BF00153759.pdf


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