Learn R Programming

darch (version 0.10.0)

getLayers: Returns the a list of layers from the '>DArch object

Description

The function returns the layers list which contains all weights, functions for the neurons, and possible additional parameters for the training.

Usage

getLayers(darch)

Arguments

darch

A instance of the class '>DArch.

Value

A list of layers from the '>DArch object.

See Also

'>DArch