Accord.Statistics.Links.LogLogLinkFunction.Complementary C# (CSharp) Method

Complementary() public static method

Creates a Complementary Log-Log link function.
public static Complementary ( ) : LogLogLinkFunction
return LogLogLinkFunction
        public static LogLogLinkFunction Complementary()
        {
            return new LogLogLinkFunction(-1, 1);
        }