ESRI.ArcGIS.GeostatisticalAnalystTools
small_scale_parameter Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > RadialBasisFunctions Class : small_scale_parameter Property




Used to calculate the weights assigned to the points located in the moving window. Each of the radial basis functions has a parameter that controls the degree of small-scale variation of the surface. The (“optimal�) parameter is determined by finding the value that minimizes the root mean square prediction error (RMSPE). (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property small_scale_parameter As Double
Visual Basic (Usage)Copy Code
Dim instance As RadialBasisFunctions
Dim value As Double
 
instance.small_scale_parameter = value
 
value = instance.small_scale_parameter
C# 
public double small_scale_parameter {get; set;}

See Also

© 2010 All Rights Reserved.