mlr_learners_classif.AdaBoostM1.Rd
Calls RWeka::AdaBoostM1 from package RWeka.
This Learner can be instantiated via the
dictionary mlr_learners or with the associated
sugar function lrn()
:
mlr_learners$get("classif.AdaBoostM1") lrn("classif.AdaBoostM1")
Packages: RWeka
Predict Types: response, prob
Feature Types: numeric, factor, ordered
Properties: multiclass, twoclass
output_debug_info
:
original id: output-debug-info
do_not_check_capabilities
:
original id: do-not-check-capabilities
num_decimal_places
:
original id: num-decimal-places
batch_size
:
original id: batch-size
Reason for change: This learner contains changed ids of the following control arguments since their ids contain irregular pattern
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
mlr3::Learner
-> mlr3::LearnerClassif
-> LearnerClassifAdaBoostM1
new()
Creates a new instance of this R6 class.
LearnerClassifAdaBoostM1$new()
clone()
The objects of this class are cloneable with this method.
LearnerClassifAdaBoostM1$clone(deep = FALSE)
deep
Whether to make a deep clone.