TestTasks is a group of tasks connected with model testing. Depending on the type of the constructed model it is possible to select an appropriate kind of TestTask:
The selection of any of the above tasks triggers the creation of an object defining the model testing task in the MR. Its execution triggers the creation of a testResult object in the MR, which stores the results of model testing.
Table 12.11. Connected objects
| Status | Name | Description | Type | Reference |
|---|---|---|---|---|
| included | modelAssignment | the object used for mapping the variable onto model signature | AttributeAssignmentSetImpl | own |
| obligatory | model | the model in the Metadata Repository, created as the result of MBT | MiningModel | by name |
| obligatory | testData | the data on which the model will be tested | PhysicalData | by name |
| obligatory | testResult | the result of model testing | MiningTestResult | by name |