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




A feature class containing features representing locations where estimates should be computed. Each feature in this dataset should contain values for all of the explanatory variables specified; the dependent variable for these features will be estimated using the model calibrated for the input feature class data. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.