Documentation For Encog 2.x

BoltzmannLogic.Compute Method

Setup the network logic, read parameters from the network. NOT USED, call the run method.

public override INeuralData Compute(
   INeuralData input,
   NeuralOutputHolder useHolder
);

Parameters

input
Not used
useHolder
Not used

Return Value

Not used

Implements

INeuralLogic.Compute

See Also

BoltzmannLogic Class | Encog.Neural.Networks.Logic Namespace