Documentation For Encog 2.x

INeuralLogic.Init Method

Setup the network logic, read parameters from the network.

void Init(
   BasicNetwork network
);

Parameters

network
The network that this logic class belongs to.

See Also

INeuralLogic Interface | Encog.Neural.Networks.Logic Namespace