Documentation For Encog 2.x

FeedforwardLogic Class

Provides the neural logic for an Feedforward type network. See FeedforwardPattern for more information on this type of network.

For a list of all members of this type, see FeedforwardLogic Members .

System.Object
   FeedforwardLogic
      SimpleRecurrentLogic

[Serializable]
public class FeedforwardLogic : INeuralLogic

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Logic

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

FeedforwardLogic Members | Encog.Neural.Networks.Logic Namespace