Documentation For Encog 2.x

WeightlessSynapse.Compute Method

Compute the weightless output from this synapse. Each neuron in the from layer has a weightless connection to each of the neurons in the next layer.

public override INeuralData Compute(
   INeuralData input
);

Parameters

input
The input from the synapse.

Return Value

The output from this synapse.

Implements

ISynapse.Compute

See Also

WeightlessSynapse Class | Encog.Neural.Networks.Synapse Namespace