Accord.Statistics.Kernels.Log.Log C# (CSharp) Method

Log() public method

Constructs a new Log Kernel
public Log ( int degree ) : System
degree int The kernel's degree.
return System
        public Log(int degree)
        {
            this.degree = degree;
        }

Same methods

Log::Log ( double degree ) : System