Learn R Programming

darch (version 0.10.0)

setLayerFunction<-: Sets the function for a layer with the given index

Description

Sets the function for a layer with the given index

Usage

setLayerFunction(darch,index) <- value

# S4 method for DArch setLayerFunction(darch, index) <- value

Arguments

darch

A instance of the class DArch.

index

The index of the layer.

value

The function for the layer.

See Also

DArch