getNumHidden: Returns the number of hidden units of the RBM
Description
Returns the number of hidden units of the RBMUsage
getNumHidden(rbm)## S3 method for class 'RBM':
getNumHidden(rbm)
Arguments
rbm
A instance of the class RBM. Value
- The number of hidden units of the
RBM