Click or drag to resize
Accord.NET (logo)

BernoulliFunctionDerivative Method

Calculates function derivative.

Namespace:  Accord.Neuro.ActivationFunctions
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double Derivative(
	double x
)
Request Example View Source

Parameters

x
Type: SystemDouble
Function input value.

Return Value

Type: Double
Function derivative, f'(x).

Implements

IActivationFunctionDerivative(Double)
Remarks
The method calculates function derivative at point x.
See Also