Stored procedures for building mining models

You use stored procedures to build mining models from specified mining tasks and to store the models in specified database tables. Use these procedures after you have specified mining tasks.

For a general description refer to Building and storing mining models.

Table 1. Procedures for building mining models
Procedure Purpose
DM_buildRuleModel, DM_buildRuleModelCmd Searches for association rules or sequence rules, and stores a value of type DM_RuleModel in a specified table
DM_buildClasModel, DM_buildClasModelCmd Does a Classification training run, and stores a value of type DM_ClasModel in a specified table
DM_buildClusModel, DM_buildClusModelCmd Does a Clustering training run, and stores a value of type DM_ClusteringModel in a specified table
DM_buildRegModel, DM_buildRegModelCmd Does a regression training run and stores a value of type DM_RegressionModel in a specified table
DM_buildTsModel, DM_buildTsModelCmd Does a Time Series training run and stores a value of type DM_TimeseriesModel in a specified table


Feedback | Information roadmap