Calculates function derivative.

Namespace:  AForge.Neuro
Assembly:  AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public double Derivative(
	double x
)

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.

See Also