Documentation For Encog 2.x

FeedforwardLogic.Init Method

Setup the network logic, read parameters from the network.

public virtual void Init(
   BasicNetwork network
);

Parameters

network
The network that this logic class belongs to.

Implements

INeuralLogic.Init

See Also

FeedforwardLogic Class | Encog.Neural.Networks.Logic Namespace