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




An integer reflecting the exact number of neighbors to include in the local bandwidth of the Gaussian kernel whenever the kernel type is ADAPTIVE and the bandwidth method is BANDWIDTH PARAMETER. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.