ScoringCodeApplyTask (SCAT) is an object which defines the task of applying scoring code. It executes the scoring code containing the transformations and the model.
Table 12.17. Connected objects
| Status | Name | Description | Type | Reference |
|---|---|---|---|---|
| included | directMapping | an object which specifies which columns from the input data set will be copied to the output data set | Elements | own |
| included | modelAssignment | an object used to map variables onto the model signature | AttributeAssignmentSetImpl | own |
| obligatory | applyOutput | an unused object; it appears as the result of inheritance from MAT | own | |
| obligatory | model | a model in the Metadata Repository; created as the result of SCBT; it contains the scoring code | ScoringCodeModel | by name |
| obligatory | sourceData | the data to which the scoring code will be applied | PhysicalData | by name |
| obligatory | targetData | the output data set created after applying the scoring code | PhysicalData | by name |