| Polyharmonic | 
The PolyharmonicSpline type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DerivativeOrder | Derivative order of the spline. Effectively, the L2-norm of this derivative is minimized. | 
|  | NumberOfControlPoints | Number of control points. | 
|  | NumberOfDimensions | Number of dimensions of the control points. | 
|  | RegularizationParameter | Regularization parameter (>=0). If the regularization parameter is zero, interpolation is exact. As it approaches infinity, the resulting spline is reduced to a least squares linear fit (in 2D this is a plane, the bending energy is 0). | 
 See Also
See Also