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

Log() public method

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

Same methods

Log::Log ( int degree ) : System