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

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

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

Subclasses of SimpleRecurrentLogic 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 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.