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)## S3 method for class 'DArch':
getExecOutput(darch, index = NULL)
Arguments
darch
A instance of the class
DArch. index
The index of the layer.