Learn R Programming

darch (version 0.10.0)

getWeights: Returns the weights of the RBM.

Description

Returns the weights of the RBM.

Usage

getWeights(rbm)

# S4 method for RBM getWeights(rbm)

Arguments

rbm

A instance of the class RBM.

Value

The weigths of the RBM.

See Also

RBM

RBM