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

Packages that use Layer
org.encog.neural.networks   
org.encog.neural.networks.layers   
org.encog.neural.networks.structure   
 

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 © 2014. All Rights Reserved.