Uses of Interface
org.encog.neural.networks.layers.Layer

Packages that use Layer
org.encog.neural.networks This package contains the neural network machine learning methods. 
org.encog.neural.networks.layers   
org.encog.neural.networks.structure This package contains classes used to handle the structure of a neural network. 
 

Uses of Layer in org.encog.neural.networks
 

Methods in org.encog.neural.networks with parameters of type Layer
 void BasicNetwork.addLayer(Layer layer)
          Add a layer to the neural network.
 

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

Classes in org.encog.neural.networks.layers that implement Layer
 class BasicLayer
          Basic functionality that most of the neural layers require.
 

Uses of Layer in org.encog.neural.networks.structure
 

Methods in org.encog.neural.networks.structure that return types with arguments of type Layer
 List<Layer> NeuralStructure.getLayers()
           
 



Copyright © 2011. All Rights Reserved.