ANN-class: Artificial Neural Network

ANN-classR 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

size

integer. Number of the units in the hidden layer.

decay

numeric. Weight decay.

rang

numeric. Initial random weights.

maxit

integer. Maximum number of iterations.

model

nnet. The randomForest model object.

Author(s)

Sergio Vignali


SDMtune documentation built on July 9, 2023, 6:03 p.m.