Learn R Programming

darch (version 0.9.1)

getExecOutputs: Returns the execution output list of the DArch object

Description

Returns the execution output of the DArch object. The list contains all outputs of every layer in the network.

Usage

getExecOutputs(darch)

## S3 method for class 'DArch': getExecOutputs(darch)

Arguments

darch
A instance of the class DArch

See Also

DArch