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

Class SparseGaussianKernel

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


    public class SparseGaussianKernel
    extends java.lang.Object
    implements MercerKernel<SparseArray>, java.io.Serializable
    The Gaussian Mercer Kernel. k(u, v) = e-||u-v||2 / (2 * σ2), where σ > 0 is the scale parameter of the kernel.

    The Gaussian kernel is a good choice for a great deal of applications, although sometimes it is remarked as being over used.

    See Also:
    Serialized Form
    • Constructor Detail

      • SparseGaussianKernel

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.