Documentation For Encog 2.x

IPropagationMethod.Init Method

Init with the specified propagation object.

void Init(
   Propagation propagation
);

Parameters

propagation
The propagation object that this method will be used with.

See Also

IPropagationMethod Interface | Encog.Neural.Networks.Training.Propagation Namespace