Documentation For Encog 2.x

INeuralLogic.Compute Method

Compute the output for the BasicNetwork class.

INeuralData Compute(
   INeuralData input,
   NeuralOutputHolder useHolder
);

Parameters

input
The input to the network.
useHolder
The NeuralOutputHolder to use.

Return Value

The output from the network.

See Also

INeuralLogic Interface | Encog.Neural.Networks.Logic Namespace