Package dk.alexandra.fresco.stat.mlp
Class ForwardPropagationOutput
Object
ForwardPropagationOutput
- All Implemented Interfaces:
DRes<ForwardPropagationOutput>
public class ForwardPropagationOutput extends Object implements DRes<ForwardPropagationOutput>
This class represents the output of forward propagation on a single layer.
-
Method Summary
Modifier and Type Method Description DRes<ArrayList<DRes<SFixed>>>
getAfterActivation()
DRes<ArrayList<DRes<SFixed>>>
getBeforeActivation()
ForwardPropagationOutput
out()
-
Method Details
-
getBeforeActivation
-
getAfterActivation
-
out
- Specified by:
out
in interfaceDRes<ForwardPropagationOutput>
-