public class TuchRBF extends LinearBasisFunction
SFPD_PARAMSCALE
Constructor and Description |
---|
TuchRBF(double[] newP,
double newSigma)
Constructor requires parameters of the function.
|
Modifier and Type | Method and Description |
---|---|
double |
getRadius(double x,
double y,
double z)
Evaluates the function at (x,y,z).
|
static double |
rbf(double x,
double y,
double z,
double[] p,
double sig)
Evaluates the function at (x,y,z) assuming the centre of the
radial basis function is p.
|
anisotropy, centralMoment, centralMoment, getHessian, getHessian, getPDs, getPDsRS, getRadius, getSearchRadius, getStats, greatCircleCentralMoment, greatCircleIntegral, greatCirclePowerIntegral, kurtosis, mean, mean, moment, moment, normMoment, normMoment, numGreatCircleCentralMoment, numGreatCircleIntegral, numGreatCirclePowerIntegral, setConvThresh, setSearchRadius, skewness
public TuchRBF(double[] newP, double newSigma)
newP
- The centre of the function.newSigma
- The scale of the function.public double getRadius(double x, double y, double z)
getRadius
in class SphericalFunction
x
- x-coordinate.y
- y-coordinate.z
- z-coordinate.public static double rbf(double x, double y, double z, double[] p, double sig)
x
- x-coordinate.y
- y-coordinate.z
- z-coordinate.p
- RBF centre.