About
The PL/SQL interface to Oracle Data Mining is implemented in three packages:
- DBMS_DATA_MINING, the primary interface to Oracle Data Mining
- DBMS_DATA_MINING_TRANSFORM, convenience routines for data transformation
- DBMS_PREDICTIVE_ANALYTICS, predictive analytics
Articles Related
Package
DBMS_DATA_MINING
The DBMS_DATA_MINING package 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
This package 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.
Documentation / Reference
- Oracle Database PL/SQL Packages and Types Reference: How to use the Oracle Data Mining PL/SQL syntax