Learn R Programming

darch (version 0.10.0)

setHiddenBiasesInc<-: Sets the update value for the biases of the hidden units

Description

Sets the update value for the biases of the hidden units

Usage

setHiddenBiasesInc(rbm) <- value

# S4 method for RBM setHiddenBiasesInc(rbm) <- value

Arguments

rbm

A instance of the class RBM.

value

The update value for the biases of the hidden units.

See Also

RBM