MiningBuildTask

MiningBuildTask (MBT) is an object which contains all the information necessary to carry out a model building process. This information is stored in objects connected to the MBT. The execution of a MBT starts the model construction process. The outcome of this process is the model itself.

Table 12.9. Connected objects

StatusNameDescriptionTypeReference
obligatorybuildData the data for model building PhysicalData by name
obligatoryfunctionSettings an object which stores detailed information about the selected method (classification, approximation, etc.) and the algorithm (Linear Regression, Decision Trees, etc.) MiningFunctionSettings by name
optionalinput model an input model can be used as the starting point of an algorithm - then this model is called a seed model. It can perform different functions, depending on the algorithm. MiningModel by name
obligatorymodel the result of the model building process MiningModel by name
optionalvalidationData the data for validating the model PhysicalData by name