Documentation For Encog 2.x

Encog.Neural.Networks.Logic Namespace

Namespace Hierarchy

Classes

Class Description
ART1Logic Provides the neural logic for an ART1 type network. See ART1Pattern for more information on this type of network.
ARTLogic Neural logic for all ART type networks.
BAMLogic Provides the neural logic for an BAM type network. See BAMPattern for more information on this type of network.
BoltzmannLogic Provides the neural logic for an Boltzmann type network. See BoltzmannPattern for more information on this type of network.
FeedforwardLogic Provides the neural logic for an Feedforward type network. See FeedforwardPattern for more information on this type of network.
HopfieldLogic Provides the neural logic for an Hopfield type network. See HopfieldPattern for more information on this type of network.
SimpleRecurrentLogic Provides the neural logic for an Simple Recurrent Network (SRN) type network. This class is used for the Elman and Jordan networks.
ThermalLogic Provides the neural logic for thermal networks. Functions as a base class for BoltzmannLogic and HopfieldLogic.

Interfaces

Interface Description
INeuralLogic Neural logic classes implement neural network logic for a variety of neural network setups.