Click or drag to resize
Accord.NET (logo)

ThresholdFunctionDerivative Method

Calculates function derivative (not supported).

Namespace:  Accord.Neuro
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
Input value.

Return Value

Type: Double
Always returns 0.

Implements

IActivationFunctionDerivative(Double)
Remarks

Note Note
The method is not supported, because it is not possible to calculate derivative of the function.

See Also