The Encog Project

Package org.encog.neural.networks

Interface Summary
ContextClearable Allows the clearContext method to be called.
Network Interface that defines a neural network.
 

Class Summary
BasicNetwork This class implements a neural network.
NetworkCODEC This class will extract the "long term memory" of a neural network, that is the weights and threshold values into an array.
NeuralDataMapping Used to map one neural data object to another.
NeuralOutputHolder Holds the output from each layer of the neural network.
NeuralStructure Holds "cached" information about the structure of the neural network.
 


The Encog Project