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

Packages that use FlatLayer
org.encog.neural.flat Flat neural networks are Encog's higher performance implementation of multi-layer networks. 
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 © 2011. All Rights Reserved.