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




The numeric field containing a spatial weighting for individual features. This weight field allows some features to be more important in the model calibration process than others. Primarily useful when the number of samples taken at different locations varies, values for the dependent and independent variables are averaged, and places with more samples are more reliable (should be weighted higher). If you have an average of 25 different samples for one location, but an average of only 2 samples for another location, you can use the number of samples as your weight field so that locations with more samples have a larger influence on model calibration that locations with few samples. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property weight_field As Object
Visual Basic (Usage)Copy Code
Dim instance As GeographicallyWeightedRegression
Dim value As Object
 
instance.weight_field = value
 
value = instance.weight_field
C# 
public object weight_field {get; set;}

See Also

© 2010 All Rights Reserved.