Documentation For Encog 2.x

ARTLogic.Compute Method

Compute the output for the BasicNetwork class.

public abstract 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.

Implements

INeuralLogic.Compute

See Also

ARTLogic Class | Encog.Neural.Networks.Logic Namespace