Documentation For Encog 2.x

ActivationLOG.ActivationFunction Method

Implements the activation function. The array is modified according to the activation function being used. See the class description for more specific information on this type of activation function. @param d The input array to the activation function.

public override void ActivationFunction(
   double[] d
);

Implements

IActivationFunction.ActivationFunction

See Also

ActivationLOG Class | Encog.Neural.Activation Namespace