Rdocumentation
powered by
Learn R Programming
darch (version 0.9.1)
runDArch: Execute the darch
Description
Runs the darch in a feed forward manner and saves the generated outputs for every layer in the list
executeOutput
from the darch. To get the outputs call
Usage
runDArch(darch, data)
Arguments
darch
A instance of the class
DArch
.
data
The input data to execute the darch on.
Value
The DArch object with the calculated outputs
See Also
DArch