Click or drag to resize
Accord.NET (logo)

AbsoluteLinkFunctionFunction Method

The Absolute link function.

Namespace:  Accord.Statistics.Links
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Function(
	double x
)
Request Example View Source

Parameters

x
Type: SystemDouble
An input value.

Return Value

Type: Double
The transformed input value.

Implements

ILinkFunctionFunction(Double)
Remarks
The absolute link function is given by f(x) = abs(x) / b.
See Also