Documentation For Encog 2.x

PropagationLevel.GetActual Method

Get the actual output from the specified neuron.

public double GetActual(
   int index
);

Parameters

index
The neuron needed.

Return Value

The actual output from that neuron.

See Also

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