public abstract class LinearBasisSum extends SphericalFunction
SFPD_PARAMSCALE
Constructor and Description |
---|
LinearBasisSum()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
abstract LinearBasisFunction |
basisFunction(int i)
Returns the basis function with weight c[i].
|
abstract java.lang.String |
getSettings()
Returns the parameters used in the basis sum as a string
|
int |
numBasisFunctions()
Returns the number of coeffs (terms in the sum).
|
anisotropy, centralMoment, centralMoment, getHessian, getHessian, getPDs, getPDsRS, getRadius, getRadius, getSearchRadius, getStats, greatCircleCentralMoment, greatCircleIntegral, greatCirclePowerIntegral, kurtosis, mean, mean, moment, moment, normMoment, normMoment, numGreatCircleCentralMoment, numGreatCircleIntegral, numGreatCirclePowerIntegral, setConvThresh, setSearchRadius, skewness
public abstract LinearBasisFunction basisFunction(int i)
i
- The index of the basis function.public int numBasisFunctions()
public abstract java.lang.String getSettings()