| ANN-class {SDMtune} | R Documentation |
Artificial Neural Network
Description
This Class represents an Artificial Neural Network model object and hosts all the information related to the model.
Usage
## S4 method for signature 'ANN'
show(object)
Arguments
object |
ANN object |
Details
See nnet for the meaning of the slots.
Slots
sizeinteger. Number of the units in the hidden layer.
decaynumeric. Weight decay.
rangnumeric. Initial random weights.
maxitinteger. Maximum number of iterations.
modelnnet. The randomForest model object.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]