Documentation For Encog 2.x

WeightedSynapse Class

A fully-connected weight based synapse. Inputs will be multiplied by the weight matrix and presented to the layer. This synapse type is teachable.

For a list of all members of this type, see WeightedSynapse Members .

System.Object
   BasicSynapse
      WeightedSynapse

public class WeightedSynapse : BasicSynapse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Synapse

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

WeightedSynapse Members | Encog.Neural.Networks.Synapse Namespace