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

Class SparseThinPlateSplineKernel

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


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

      • SparseThinPlateSplineKernel

        public SparseThinPlateSplineKernel(double sigma)
        Constructor.
        Parameters:
        sigma - the smooth/width parameter of Thin Plate Spline kernel.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.