Package smile.math.rbf
-
Interface Summary Interface Description RadialBasisFunction A radial basis function (RBF) is a real-valued function whose value depends only on the distance from the origin, so that φ(x)=φ(||x||); or alternatively on the distance from some other point c, called a center, so that φ(x,c)=φ(||x-c||). -
Class Summary Class Description GaussianRadialBasis Gaussian RBF.