Learn R Programming

darch (version 0.10.0)

getNumHidden: Returns the number of hidden units of the RBM

Description

Returns the number of hidden units of the RBM

Usage

getNumHidden(rbm)

# S4 method for RBM getNumHidden(rbm)

Arguments

rbm

A instance of the class RBM.

Value

The number of hidden units of the RBM

See Also

RBM

RBM