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




A list of fields representing explanatory variables in the Prediction Locations feature class. These field names should be provided in the same order (a one-to-one correspondance) as those listed for the input feature class Explanatory variables parameter. If no prediction explanatory variables are given, the output prediction feature class will only contain computed coefficient values for each prediction location. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.