Learn R Programming

darch (version 0.10.0)

setLayer<-: Sets a layer with the given index for the network

Description

Sets a layer with the given index for the network

Usage

setLayer(darch,index) <- value
"setLayer"(darch, index) <- value

Arguments

darch
A instance of the class DArch.
index
The index of the layer
value
The layer for the network.

See Also

DArch