getHiddenUnitStates: Returns a list with the states of the hidden units.
Description
Returns a list with the states of the hidden units.Usage
getHiddenUnitStates(rbm)## S3 method for class 'RBM':
getHiddenUnitStates(rbm)
Arguments
rbm
A instance of the class RBM
. Value
- The states of the hidden units.