Documentation For Encog 2.x

BAMLogic.Init Method

Setup the network logic, read parameters from the network.

public void Init(
   BasicNetwork network
);

Parameters

network
The network that this logic class belongs to.

Implements

INeuralLogic.Init

See Also

BAMLogic Class | Encog.Neural.Networks.Logic Namespace