The methods of the FeedforwardLogic class are listed below. For a complete list of FeedforwardLogic class members, see the FeedforwardLogic Members topic.
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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
FeedforwardLogic Class | Encog.Neural.Networks.Logic Namespace