Learn R Programming

darch (version 0.9.1)

getNumVisible: Returns the number of visible units of the RBM

Description

Returns the number of visible units of the RBM

Usage

getNumVisible(rbm)

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

Arguments

rbm
A instance of the class RBM.

Value

  • The number of visible units of the RBM

See Also

RBM

RBM