Documentation For Encog 2.x

ActivationUtil Class

Utility classes for activation functions. Used to convert a single value to/from an array. This is necessary because the activation functions are designed to operate on arrays, rather than single values.

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

System.Object
   ActivationUtil

public sealed class ActivationUtil

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

ActivationUtil Members | Encog.Neural.Activation Namespace