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




Specifies if the kernel is constructed as a fixed distance, or if it is allowed to vary in extent as a function of feature density. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.