{ "name": "GeneralizedLinearRegression", "displayName": "GeneralizedLinearRegression", "description": "", "category": "", "helpUrl": "https://spatialags.vhb.com/arcgis", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputLayer", "dataType": "GPRecordSet", "displayName": "Input Features", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "featuresToPredict", "dataType": "GPRecordSet", "displayName": "Input Features To Predict", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "dependentVariable", "dataType": "GPString", "displayName": "Dependent Variable", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "explanatoryVariables", "dataType": "GPString", "displayName": "Explanatory Variables", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "regressionFamily", "dataType": "GPString", "displayName": "Regression Family", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Continuous", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Binary", "Continuous", "Count" ] }, { "name": "generateCoefficientTable", "dataType": "GPBoolean", "displayName": "Generate Coefficient Table", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "explanatoryVariableMatching", "dataType": "GPString", "displayName": "Explanatory Variable Matching", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "dependentMapping", "dataType": "GPString", "displayName": "Map Dependent Values", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output", "dataType": "GPRecordSet", "displayName": "Output Features", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "coefficientTable", "dataType": "GPRecordSet", "displayName": "Table of Coefficients", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "outputPredicted", "dataType": "GPRecordSet", "displayName": "Output Predicted Features", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "processInfo", "dataType": "GPString", "displayName": "Process Info", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "outputName", "dataType": "GPString", "displayName": "output Name", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "Context", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "Environment" } ] }