| Modifier and Type | Method and Description |
|---|---|
SurfaceModel |
SurfaceGwr.getModel()
Get the surface model associated with this instance.
|
SurfaceModel |
GwrInterpolator.getSurfaceModel()
Gets the surface model for the most recently performed
interpolation.
|
static SurfaceModel |
SurfaceModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceModel[] |
SurfaceModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GwrInterpolator.BootstrapResult |
GwrInterpolator.bootstrap(SurfaceModel model,
BandwidthSelectionMethod bandwidthMethod,
double bandwidthParameter,
double qx,
double qy,
int nSamples,
double[][] samples,
int nRepetitions,
double threshold)
Perform a variation of a statistical bootstrap analysis in which the
resampling is based on random selection of samples without repetition.
|
double[] |
SurfaceGwr.computeRegression(SurfaceModel model,
double xQuery,
double yQuery,
int nSamples,
double[][] samples,
double[] weights,
double[][] sampleWeightsMatrix)
Computes the elevation for a point at the specified query
coordinates, by performing a multiple-linear regression using the
observed values.
|
int |
SurfaceGwr.getMinimumRequiredSamples(SurfaceModel sm)
Get the minimum number of samples required to perform a
regression for the specified surface model
|
double |
GwrInterpolator.interpolate(SurfaceModel model,
BandwidthSelectionMethod bandwidthMethod,
double bandwidthParameter,
double qx,
double qy,
int nSamples,
double[][] samples)
Performs regression using the specified surface model and
bandwidth-selection method.
|
double |
GwrTinInterpolator.interpolate(SurfaceModel model,
BandwidthSelectionMethod bandwidthMethod,
double bandwidthParameter,
double qx,
double qy,
IVertexValuator valuator)
Performs regression using the specified surface model and
bandwidth-selection method.
|
Copyright © 2021. All rights reserved.