Documentation For Encog 2.x

OneToOneSynapse Class

A one-to-one synapse requires that the from and to layers have exactly the same number of neurons. A one-to-one synapse can be useful, when used in conjunction with a ContextLayer.

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

System.Object
   BasicSynapse
      OneToOneSynapse

public class OneToOneSynapse : 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

OneToOneSynapse Members | Encog.Neural.Networks.Synapse Namespace