Scoring data types, methods, and functions
Intelligent Miner® provides user-defined data types, functions, and methods as database objects.
Intelligent
Miner provides
the following database objects:
- User-defined data types (UDTs)
- User-defined functions (UDFs)
- User-defined methods (UDMs)
The database objects are grouped in the schema IDMMX
.
To access a UDT, a UDF, or a UDM, you must specify qualified name,
for example, data type IDMMX.DM_ClusteringModel
.
The data types, methods, and functions implement the relevant subset of the SQL Standard ISO/IEC 13249-6 SQL/MM Part 6: Data Mining.