| Modifier and Type | Method and Description |
|---|---|
BandwidthSelectionMethod |
GwrInterpolator.getBandwidthSelectionMethod()
Gets the method used for the most recent bandwidth selection.
|
static BandwidthSelectionMethod |
BandwidthSelectionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BandwidthSelectionMethod[] |
BandwidthSelectionMethod.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 |
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 © 2019. All rights reserved.