Uses of Class
org.encog.neural.flat.FlatLayer

Packages that use FlatLayer
org.encog.neural.flat   
org.encog.neural.networks.layers   
 

Uses of FlatLayer in org.encog.neural.flat
 

Methods in org.encog.neural.flat that return FlatLayer
 FlatLayer FlatLayer.getContextFedBy()
           
 

Methods in org.encog.neural.flat with parameters of type FlatLayer
 void FlatNetwork.init(FlatLayer[] layers)
          Construct a flat network.
 void FlatLayer.setContextFedBy(FlatLayer from)
          Set the layer that this layer's context is fed by.
 

Constructors in org.encog.neural.flat with parameters of type FlatLayer
FlatNetwork(FlatLayer[] layers)
          Create a flat network from an array of layers.
 

Uses of FlatLayer in org.encog.neural.networks.layers
 

Subclasses of FlatLayer in org.encog.neural.networks.layers
 class BasicLayer
          Basic functionality that most of the neural layers require.
 



Copyright © 2014. All Rights Reserved.