Documentation For Encog 2.x

BackpropagationMethod.Init Method

Setup this propagation method using the specified propagation class.

public void Init(
   Propagation propagation
);

Parameters

propagation
The propagation class creating this method.

Implements

IPropagationMethod.Init

See Also

BackpropagationMethod Class | Encog.Neural.Networks.Training.Propagation.Back Namespace