Documentation For Encog 2.x

ResilientPropagationMethod.Init Method

Init with the specified propagation object.

public void Init(
   Propagation propagation
);

Parameters

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

Implements

IPropagationMethod.Init

See Also

ResilientPropagationMethod Class | Encog.Neural.Networks.Training.Propagation.Resilient Namespace