Calculates function derivative.
Namespace:
AForge.NeuroAssembly: AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- x
- Type: System..::.Double
Function input value.
Return Value
Function derivative, f'(x).Implements
IActivationFunction..::.Derivative(Double)
Remarks
The method calculates function derivative at point x.