Documentation of 'smile.math.kernel.SparsePolynomialKernel' Java class
SparsePolynomialKernel
smile.math.kernel

Class SparsePolynomialKernel

  • All Implemented Interfaces:
    java.io.Serializable, MercerKernel<SparseArray>


    public class SparsePolynomialKernel
    extends java.lang.Object
    implements MercerKernel<SparseArray>, java.io.Serializable
    The polynomial kernel. k(u, v) = (γ uTv - λ)d, where γ is the scale of the used inner product, λ the offset of the used inner product, and d the order of the polynomial kernel.
    See Also:
    Serialized Form
    • Constructor Detail

      • SparsePolynomialKernel

        public SparsePolynomialKernel(int degree)
        Constructor with scale 1 and bias 0.
      • SparsePolynomialKernel

        public SparsePolynomialKernel(int degree,
                                      double scale,
                                      double offset)
        Constructor.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.