Defining mining tasks
A mining task brings together the information that is required to start a training run and to compute the mining model. This information consists of the mining settings and the input data definition.
Intelligent Miner® provides user-defined methods to define mining tasks.
You can also define tasks for test runs. These tasks bring together all the information actually needed to start a test run. This information consists of the mining data used to test a mining model and a location of the mining model to be tested.
DM_RuleBldTaskDM_ClasBldTaskDM_ClusBldTaskDM_RegBldTaskDM_TsBldTaskDM_ClasTestTaskDM_RegTestTask
A DM_RuleBldTask, DM_ClasBldTask, DM_ClusBldTask, DM_RegBldTask,
or DM_TsBldTask type provides all the information
actually needed to start a training run and to compute a data mining
model. In a task, a settings definition is combined with a physical
data specification of type DM_MiningData. This combination
is valid if an alias name is defined in the physical data specification
for each field name in the logical data specification of the settings
values.