mlr_learners_classif.nnet: Classification nnet Learner

Description Custom mlr3 defaults Dictionary Super classes Methods References

Description

A mlr3::LearnerClassif implementing classification nnet from package nnet. Calls nnet::nnet().

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

Super classes

mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifNnet

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifNnet$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerClassifNnet$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Ripley, B (1996). Pattern Recognition and Neural Networks. Cambridge. http://www.stats.ox.ac.uk/~ripley/PRbook/Compl.pdf


henrifnk/mlr3learners.nnet documentation built on June 10, 2020, 3:44 a.m.