Learn R Programming

darch (version 0.10.0)

getLayerWeights: Returns the weights of a layer from the '>DArch object

Description

The function returns the weights of the layer with the given index.

Usage

getLayerWeights(darch,index=1)

Arguments

darch

A instance of the class '>DArch.

index

The index of the layer.Default is 1.

Value

A weight matrix.

See Also

'>DArch