public static interface RadialBasis.Function
RadialBasis
object.| Modifier and Type | Method and Description |
|---|---|
double |
f(double x)
A radial basis function.
|
double |
g(double x)
The derivative of the radial basis function used to calculate the
gradient of the radial basis approximation. |
double f(double x)
x - a double, the point at which the function
is to be evaluateddouble, the value of the function at xdouble g(double x)
gradient of the radial basis approximation.x - a double, the point at which the function
is to be evaluateddouble, the value of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.