Model training

A data mining analyst wants to obtain the rules contained in historic data. A specific mining algorithm is selected, configured, and applied to a specified set of input data. The execution of the mining algorithm is called training phase. The result of the training phase is a data mining model.
You can use the model for the following tasks:

In Figure 1 the Modeling buildModel function receives a BldTask object that describes the physical (MiningData) and logical (LogicalDataSpec) schema of the input table as well as the settings that configure the mining algorithm. It produces a mining model.

Figure 1. SQL API in Intelligent Miner
SQL API in Intelligent Miner
The training phase consists of the following steps:


Feedback | Information roadmap