Documentation For Encog 2.x

ResilientPropagationMethod.CalculateError Method

Calculate the error between these two levels.

public void CalculateError(
   NeuralOutputHolder output,
   PropagationLevel fromLevel,
   PropagationLevel toLevel
);

Parameters

output
The output to the "to level".
fromLevel
The from level.
toLevel
The target level.

Implements

IPropagationMethod.CalculateError

See Also

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