Documentation For Encog 2.x

BasicSynapse.Compute Method

Compute the output from this synapse.

public abstract INeuralData Compute(
   INeuralData input
);

Parameters

input
The input to this synapse.

Return Value

The output from this synapse.

Implements

ISynapse.Compute

See Also

BasicSynapse Class | Encog.Neural.Networks.Synapse Namespace