Description Custom mlr3 defaults Dictionary Super classes Methods References
A mlr3::LearnerClassif implementing classification nnet from package nnet.
Calls nnet::nnet()
.
size
:
Adjusted default: 3L
Reason for change: has no default in nnet().
This Learner can be instantiated via the dictionary
mlr_learners or with the associated sugar function lrn()
:
1 2 | mlr_learners$get("classif.nnet")
lrn("classif.nnet")
|
mlr3::Learner
-> mlr3::LearnerClassif
-> LearnerClassifNnet
new()
Creates a new instance of this R6 class.
LearnerClassifNnet$new()
clone()
The objects of this class are cloneable with this method.
LearnerClassifNnet$clone(deep = FALSE)
deep
Whether to make a deep clone.
Ripley, B (1996). Pattern Recognition and Neural Networks. Cambridge. http://www.stats.ox.ac.uk/~ripley/PRbook/Compl.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.