ILNumerics - Technical Application Development
Top
The KrigingInterpolatorDouble type exposes the following members.
Properties
Name | Description | |
---|---|---|
Dim |
The number of dimensions of the sample points this interpolator is based upon [readonly]. New query points must conform to this dimensionality.
[ILNumerics Interpolation Toolbox] | |
IsDisposed |
Flag to indicate if the result is disposed.
(Inherited from ResultTin, Tout.)[ILNumerics Core Module] | |
PowerLawAlpha |
Alpha value for the power law function used as variogram function by default.
[ILNumerics Interpolation Toolbox] | |
PowerLawBeta |
Beta value for the power law function used as variogram function by default.
[ILNumerics Interpolation Toolbox] | |
X |
The original points data this interpolator was created for [readonly].
[ILNumerics Interpolation Toolbox] | |
Y |
The original point values this interpolator was created for [readonly].
[ILNumerics Interpolation Toolbox] |
See Also