- Enterprise Modeling User Guide
- Managing Modeling
- Managing Modeling
- Model Parameters
- Inputs
- For Script based Models and R scripted Technique
For Script based Models and R scripted Technique
The variables and model inputs you have declared in the Model Script pane are
displayed in the Inputs tab.
- From the Variables grid, map the configured script variables to the available
variables in the system.
- Select a variable from the Available Variables pane by expanding the required variable type and a variable in the Configured Script Variables pane, and click Map.
- You can add a new variable and then use that variable for mapping.
Click the Add icon to add new variables. The Variable Definition page is displayed. You can create a new variable from the Model Definition page, as per the requirement. For more information, see Adding Variable Definition section.The mapping details are displayed in the Variable-Mapping grid. To unmap, select the variable from the Configured Script Variables pane and click Unmap.Note:
You cannot select a variable in the Available Variables pane which is already mapped to another variable in the script. That is, an OFSAA variable can be mapped to only one input variable in the model script. If you want to use the same OFSAA variable for mapping to multiple model input variables, create a copy of the variable and assign it to the required model input variables. The mapping of a single variable declared in the R script to multiple variables is not supported if ORE implementation is used. - From the Model Inputs grid, map the output of the model which you want to map
to the declared Model Input.
- Select a Model Output from the Available Model Outputs pane by expanding the required model and a Model Input from the Model Inputs pane, and click Map.
The mapping details are displayed in the Configured Model Inputs grid. To unmap, select the Model Input from the Model Inputs pane and click Unmap. - From the Input Parameters grid, select the Evaluation Type from the drop-down
list. You can execute model on the complete set of records in the dataset, on a
group of records, or a set of rows.
- Group - Select this option if the model needs to be executed on a group, which is defined using a grouping variable. Select the Grouping Variable from the drop-down list.
- Row - Select this option if the model needs to be executed on a set of rows. Specify the Number of rows.
- For Evaluation Type as Row, graphical output (plot) is not supported and the number of records processed is five times the value given in the Number of Rows field. These are limitations.
- NA- Select this option if the model needs to be executed on the complete set of records in the dataset.
- All single value parameters declared in the technique are displayed. Displays the Value if it was given while defining the technique. Else enter the appropriate value.