Click or drag to resize
Accord.NET (logo)

ThresholdLinkFunction Constructor (Double)

Creates a new Absolute link function.

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

Parameters

threshold
Type: SystemDouble
The threshold value.
See Also