Documentation For Encog 2.x

Propagation.BackwardPass Method

Calculate the error for the recognition just done.

public void BackwardPass(
   INeuralData ideal
);

Parameters

ideal
What the output neurons should have yielded.

See Also

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