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

Class ThinPlateSplineKernel

  • All Implemented Interfaces:
    java.io.Serializable, MercerKernel<double[]>


    public class ThinPlateSplineKernel
    extends java.lang.Object
    implements MercerKernel<double[]>, 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 Summary

      Constructors 
      Constructor and Description
      ThinPlateSplineKernel(double sigma)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double k(double[] x, double[] y)
      Kernel function.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ThinPlateSplineKernel

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • k

        public double k(double[] x,
                        double[] y)
        Description copied from interface: MercerKernel
        Kernel function.
        Specified by:
        k in interface MercerKernel<double[]>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.