Compute the diff of the function

[Visual Basic]
Function OutputPrime( _
   ByVal x As Single _
) As Single
[C#]
float OutputPrime(
   float x
);

Parameters

x

x

Return Value

f'(x)

See Also

ActivationFunction Interface | ActivationFunction Members | NeuralNetwork Namespace