Label | Explanation | Data Type |
Input Features
| The layer containing the dependent and independent variables. | Record Set |
Dependent Variable
| The numeric field containing the observed values to be modeled. | Field |
Model Type
| Specifies the type of data that will be modeled.
| String |
Explanatory Variable(s) | A list of fields representing independent explanatory variables in the regression model. | Field |
Output Features Name | The name of the feature class that will be created containing the dependent variable estimates and residuals. | String |
Generate Coefficient Table
(Optional) | Specifies whether an output table with coefficient (Boolean) values will be generated.
| Boolean |
Input Prediction Features (Optional) | A layer containing features representing locations where estimates will be computed. Each feature in this dataset should contain values for all the explanatory variables specified. The dependent variable for these features will be estimated using the model calibrated for the input layer data. | Record Set |
Match Explanatory Variables
(Optional) | Matches the explanatory variables in the Input Prediction Features parameter to corresponding explanatory variables from the Input Features parameter. | Value Table |
Map Dependent Variables
(Optional) | Two strings representing the values used to map to 0 (absence) and 1 (presence) for binary regression. By default, 0 and 1 will be used. For example, to predict an arrest with field values of Arrest and No Arrest, enter No Arrest for False Value (0) and Arrest for True Value (1). | Value Table |
Data Store
(Optional) | Specifies the ArcGIS Data Store where the output will be stored. All results stored in a spatiotemporal big data store will be stored in WGS84. Results stored in a relational data store will maintain their coordinate system.
| String |
Derived Output
Label | Explanation | Data Type |
Output | The output feature service containing the dependent variable estimates for each input feature. | Record Set |
Output Predicted Features | An output layer containing the input variables and predicted explanatory values. | Record Set |
Output Table of Coefficients | An output table containing the coefficients from the model fit. The output is created when the Generate Coefficient Table parameter is checked. | Record Set |