Learn R Programming

darch (version 0.9.1)

getWeightInc: Returns the update value for the weights.

Description

Returns the update value for the weights.

Usage

getWeightInc(rbm)

## S3 method for class 'RBM': getWeightInc(rbm)

Arguments

rbm
A instance of the class RBM.

Value

  • The update value for the weights.

See Also

RBM

RBM