Documentation For Encog 2.x

BasicActivationFunction Class

Holds basic functionality that all activation functions will likely have use of. Specifically it implements a name and description for the EncogPersistedObject class.

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

System.Object
   BasicActivationFunction
      Derived types

[Serializable]
public abstract class BasicActivationFunction : IActivationFunction, 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.Activation

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

See Also

BasicActivationFunction Members | Encog.Neural.Activation Namespace