Documentation For Encog 2.x

CalculatePartialDerivative.CalculateError Method

Calculate the partial derivative of the error for a layer.

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

Parameters

output
A holder that contains the output from all of the layers.
fromLevel
The source level.
toLevel
The target level.

See Also

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