Learn R Programming

darch (version 0.10.0)

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)

Arguments

darch

A instance of the class '>DArch.

index

The index of the layer. Default is 1.

Value

A layers from the '>DArch object.

See Also

'>DArch