Documentation For Encog 2.x

BasicSynapse Class

An abstract class that implements basic functionality that may be needed by the other synapse classes. Specifically this class handles processing the from and to layer, as well as providing a name and description for the EncogPersistedObject.

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

System.Object
   BasicSynapse
      DirectSynapse
      OneToOneSynapse
      WeightedSynapse
      WeightlessSynapse

public abstract class BasicSynapse : ISynapse, IEncogPersistedObject, ICloneable

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

BasicSynapse Members | Encog.Neural.Networks.Synapse Namespace