Documentation For Encog 2.x

OneToOneSynapse.Compute Method

Compute the output from this synapse.

public override INeuralData Compute(
   INeuralData input
);

Parameters

input
The input to this synapse.

Return Value

The output is the same as the input.

Implements

ISynapse.Compute

See Also

OneToOneSynapse Class | Encog.Neural.Networks.Synapse Namespace