addExecOutput: Adds an execution output for a DArch object
Description
This method can be used to save the execution outputs of
every layer for the DArch object. The outputs are saved in
a list and every time this function is called, the list is
extended of one field with the new output.Usage
addExecOutput(darch, output)## S3 method for class 'DArch':
addExecOutput(darch, output)
Arguments
darch
An instance of the class
DArch
. output
The output of the layer.