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)## S3 method for class 'DArch':
getLayers(darch)
Arguments
darch
A instance of the class
DArch
.