Uses of Package
smile.math.rbf
-
Packages that use smile.math.rbf Package Description smile.math.rbf smile.util -
Classes in smile.math.rbf used by smile.math.rbf Class 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||). -
Classes in smile.math.rbf used by smile.util Class Description GaussianRadialBasis Gaussian RBF.