Learn R Programming

darch (version 0.9.1)

getLayer: Returns a layer from the DArch object.

Description

The function returns the layer with the given index which contains all weights, functions for the neurons, and possible additional parameters for the training.

Usage

getLayer(darch,index=1)

## S3 method for class 'DArch': getLayer(darch, index = 1)

Arguments

darch
A instance of the class DArch.
index
The index of the layer.Default is 1.

See Also

DArch