Learn R Programming

darch (version 0.10.0)

getExecOutput: Returns the execution output of the layer from the '>DArch object

Description

Returns the execution output of the layer by the given index. If the index is not set, the output of the last layer will be returned.

Usage

getExecOutput(darch, index = 1)

Arguments

darch

A instance of the class '>DArch.

index

The index of the layer.

Value

The output array of the layer.

See Also

'>DArch