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

Class SparseLaplacianKernel

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


    public class SparseLaplacianKernel
    extends java.lang.Object
    implements MercerKernel<SparseArray>, java.io.Serializable
    The Laplacian Kernel. k(u, v) = e-||u-v|| / σ, where σ > 0 is the scale parameter of the kernel.
    See Also:
    Serialized Form
    • Constructor Detail

      • SparseLaplacianKernel

        public SparseLaplacianKernel(double sigma)
        Constructor.
        Parameters:
        sigma - the smooth/width parameter of Laplacian kernel.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.