Introducing database objects and data mining in SQL

The database objects that are provided by Intelligent Miner® reflect the current standard for data mining in the context of SQL.

For a code sample that shows how you can build a data mining model, see SQL code examples for data mining.

The SQL/MM API is a standardized open SQL API. It supports the following items: The following list of data types shows the SQL API terminology:
MiningData
Describes physical schema of input table
LogicalDataSpec
Describes the logical schema of input table
RuleFilter
Describes the rule filter constraints that limit the rule length and the rule content
Settings
Describes the function parameters for the modeling phase
BldTask
Describes the job parameters for the modeling phase
TestTask
Describes the job parameters for the test phase
Model
Describes the rules and patterns found in the modeling phase
TestResult
Describes the quality information found in the test phase
Note: The database objects are created in the predefined schema IDMMX, which is provided by Intelligent Miner.


Feedback | Information roadmap