ScoringCodeApplyTask

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

StatusNameDescriptionTypeReference
includeddirectMapping an object which specifies which columns from the input data set will be copied to the output data set Elements own
includedmodelAssignment an object used to map variables onto the model signature AttributeAssignmentSetImpl own
obligatoryapplyOutput an unused object; it appears as the result of inheritance from MAT  own
obligatorymodel a model in the Metadata Repository; created as the result of SCBT; it contains the scoring code ScoringCodeModel by name
obligatorysourceData the data to which the scoring code will be applied PhysicalData by name
obligatorytargetData the output data set created after applying the scoring code PhysicalData by name