The Encog Project

Package org.encog.neural.networks.structure

Class Summary
CalculateDepth Utility class to calculate the depth that a layer is from the output layer.
LayerComparator Used to compare layers and ensure a consistent sort order.
NetworkCODEC This class will extract the "long term memory" of a neural network, that is the weights and threshold values into an array.
NeuralStructure Holds "cached" information about the structure of the neural network.
SynapseComparator Used to compare the order of synapses.
 


The Encog Project