Documentation For Encog 2.x

WeightedSynapse.Compute Method

Compute the weighted output from this synapse. Each neuron in the from layer has a weighted 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

WeightedSynapse Class | Encog.Neural.Networks.Synapse Namespace