Accord.Statistics.Links.ThresholdLinkFunction.ThresholdLinkFunction C# (CSharp) Method

ThresholdLinkFunction() public method

Creates a new Absolute link function.
public ThresholdLinkFunction ( ) : System
return System
        public ThresholdLinkFunction()
            : this(0)
        {
        }

Same methods

ThresholdLinkFunction::ThresholdLinkFunction ( double threshold ) : System