Documentation For Encog 2.x

FeedforwardLogic Methods

The methods of the FeedforwardLogic class are listed below. For a complete list of FeedforwardLogic class members, see the FeedforwardLogic Members topic.

Public Instance Methods

Compute Compute the output for a given input to the neural network. This method provides a parameter to specify an output holder to use. This holder allows propagation training to track the output from each layer. If you do not need this holder pass null, or use the other compare method.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Init Setup the network logic, read parameters from the network.
PreprocessLayer Can be overridden by subclasses. Usually used to implement recurrent layers.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

FeedforwardLogic Class | Encog.Neural.Networks.Logic Namespace