mlr_learners_classif.AdaBoostM1: Classification AdaBoostM1 Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

A mlr3::LearnerClassif implementing classification AdaBoostM1 from package RWeka.

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

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifAdaBoostM1

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifAdaBoostM1$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerClassifAdaBoostM1$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Freund Y, Schapire, R (1993). Experiments with a New Boosting Algorithm http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.51.6252&rep=rep1&type=pdf


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