Learn R Programming

darch (version 0.10.0)

setLayerWeights<-: Sets the weights of a layer with the given index

Description

Sets the weights of a layer with the given index

Usage

setLayerWeights(darch,index) <- value

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

Arguments

darch

A instance of the class DArch.

index

The index of the layer.

value

The weights for the layer.

See Also

DArch