Uses of Interface
org.encog.neural.networks.logic.NeuralLogic

Packages that use NeuralLogic
org.encog.neural.networks   
org.encog.neural.networks.logic   
 

Uses of NeuralLogic in org.encog.neural.networks
 

Methods in org.encog.neural.networks that return NeuralLogic
 NeuralLogic BasicNetwork.getLogic()
           
 

Methods in org.encog.neural.networks with parameters of type NeuralLogic
 void BasicNetwork.setLogic(NeuralLogic logic)
          Set the type of logic this network should use.
 

Constructors in org.encog.neural.networks with parameters of type NeuralLogic
BasicNetwork(NeuralLogic logic)
          Construct a basic network using the specified logic.
 

Uses of NeuralLogic in org.encog.neural.networks.logic
 

Classes in org.encog.neural.networks.logic that implement NeuralLogic
 class ART1Logic
          Provides the neural logic for an ART1 type network.
 class ARTLogic
          Base class for all forms of the adaptive resonance theory (ART) classes.
 class BAMLogic
          Provides the neural logic for an BAM type network.
 class BoltzmannLogic
          Provides the neural logic for an Boltzmann type network.
 class FeedforwardLogic
          Provides the neural logic for an Feedforward type network.
 class HopfieldLogic
          Provides the neural logic for an Hopfield type network.
 class SimpleRecurrentLogic
          Provides the neural logic for an Simple Recurrent Network (SRN) type network.
 class SOMLogic
          Not really any different than the simple recurrent logic, but leaves for Encog SOM logic to be expanded in the future, and allows SOM specific trainers to exclude this logic type.
 class ThermalLogic
          Provides the neural logic for thermal networks.
 



Copyright © 2011. All Rights Reserved.