Learn R Programming

darch (version 0.9.1)

getWeights: Returns the weigths of the RBM.

Description

Returns the weigths of the RBM.

Usage

getWeights(rbm)

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

Arguments

rbm
A instance of the class RBM.

Value

  • The weigths of the RBM.

See Also

RBM

RBM