Documentation For Encog 2.x

ISynapse.Compute Method

Compute the output from this synapse.

INeuralData Compute(
   INeuralData input
);

Parameters

input
The input to this synapse.

Return Value

The output from this synapse.

See Also

ISynapse Interface | Encog.Neural.Networks.Synapse Namespace