Learn R Programming

darch (version 0.10.0)

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)

# S4 method for RBM getHiddenUnitStates(rbm)

Arguments

rbm

A instance of the class RBM.

Value

The states of the hidden units.

See Also

RBM