Uses of Class
dk.alexandra.fresco.stat.mlp.Layer
| Package | Description |
|---|---|
| dk.alexandra.fresco.stat.linearalgebra | |
| dk.alexandra.fresco.stat.mlp |
-
Uses of Layer in dk.alexandra.fresco.stat.linearalgebra
Constructors in dk.alexandra.fresco.stat.linearalgebra with parameters of type Layer Constructor Description AffineMap(Layer layer, ArrayList<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> input) -
Uses of Layer in dk.alexandra.fresco.stat.mlp
Methods in dk.alexandra.fresco.stat.mlp that return Layer Modifier and Type Method Description LayerMLP. getLayer(int i)LayerLayer. out()Constructor parameters in dk.alexandra.fresco.stat.mlp with type arguments of type Layer Constructor Description MLP(List<Layer> layers)