Documentation For Encog 2.x

ActivationCompetitive.DerivativeFunction 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.

public override void DerivativeFunction(
   double[] d
);

Parameters

d
The input array to the activation function.

Implements

IActivationFunction.DerivativeFunction

See Also

ActivationCompetitive Class | Encog.Neural.Activation Namespace