Home > Data Miner 4.0 > Oracle Data Mining Applicat... > Data Mining PL/SQL Packages
The PL/SQL interface to Data Mining consists of these packages:
DBMS_DATA_MINING
includes procedures for
Creating, dropping, and renaming mining models
Applying a model to new data
Describing the model details
Creating costs and computing test metrics for a classification model
Exporting and importing models
DBMS_DATA_MINING_TRANSFORM
includes routines for transforming the data to make it suitable for mining. Since Oracle Data Mining supports Automatic Data Transformation (ADP), you will not need to use this package unless you want to implement specialized transformations.