Documentation For Encog 2.x

IPropagationMethod.CalculateError Method

Calculate the error between these two levels.

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

Parameters

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

See Also

IPropagationMethod Interface | Encog.Neural.Networks.Training.Propagation Namespace