Documentation For Encog 2.x

PropagationLevel Constructor

Construct a propagation level with a list of outgoing synapses.

PropagationLevel(
   Propagation propagation,
   IList<ISynapseoutgoing
);

Parameters

propagation
The propagation object that created this.
outgoing
The outgoing synapses.

See Also

PropagationLevel Class | Encog.Neural.Networks.Training.Propagation Namespace | PropagationLevel Constructor Overload List