Uses of Class
org.encog.neural.networks.logic.FeedforwardLogic

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

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

Subclasses of FeedforwardLogic in org.encog.neural.networks.logic
 class BoltzmannLogic
          Provides the neural logic for an Boltzmann 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.