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

NormalizedPolynomial() public method

Constructs a new Normalized Polynomial kernel of a given degree.
public NormalizedPolynomial ( int degree ) : System
degree int The polynomial degree for this kernel.
return System
        public NormalizedPolynomial(int degree)
            : this(degree, 1.0) { }

Same methods

NormalizedPolynomial::NormalizedPolynomial ( int degree, double constant ) : System