Description Custom mlr3 defaults Dictionary Super classes Methods References
A mlr3::LearnerClassif implementing classification JRip from package RWeka.
Calls RWeka::JRip()
.
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
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")
|
mlr3::Learner
-> mlr3::LearnerClassif
-> LearnerClassifJRip
new()
Creates a new instance of this R6 class.
LearnerClassifJRip$new()
clone()
The objects of this class are cloneable with this method.
LearnerClassifJRip$clone(deep = FALSE)
deep
Whether to make a deep clone.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.