Documentation For Encog 2.x

DirectSynapse Class

A direct synapse will present the entire input array to each of the directly connected neurons in the next layer. This layer type is useful when building a radial basis neural network.

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

System.Object
   BasicSynapse
      DirectSynapse

[Serializable]
public class DirectSynapse : 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

DirectSynapse Members | Encog.Neural.Networks.Synapse Namespace