Documentation For Encog 2.x

BAMLogic.Compute(INeuralData, NeuralOutputHolder) Method

Setup the network logic, read parameters from the network. NOT USED, call compute(NeuralInputData).

public INeuralData Compute(
   INeuralData input,
   NeuralOutputHolder useHolder
);

Parameters

input
The input to the layer.
useHolder
The holder to use.

Return Value

The output from this layer.

Implements

INeuralLogic.Compute

See Also

BAMLogic Class | Encog.Neural.Networks.Logic Namespace | BAMLogic.Compute Overload List