Documentation For Encog 2.x

INetwork.Compute(INeuralData, NeuralOutputHolder) Method

Compute the output for a given input to the neural network. This method provides a parameter to specify an output holder to use. This holder allows propagation training to track the output from each layer. If you do not need this holder pass null, or use the other compare method.

INeuralData Compute(
   INeuralData input,
   NeuralOutputHolder useHolder
);

Parameters

input
The input provide to the neural network.
useHolder
Allows a holder to be specified, this allows propagation training to check the output of each layer.

Return Value

The results from the output neurons.

See Also

INetwork Interface | Encog.Neural.Networks Namespace | INetwork.Compute Overload List