Documentation For Encog 2.x

ManhattanPropagationMethod.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

ManhattanPropagationMethod Class | Encog.Neural.Networks.Training.Propagation.Manhattan Namespace