Data Mining SQL Functions

The built-in SQL functions for Data Mining implement scoring operations for models that have already been created in the database.

The SQL functions include functions for predictions, clustering, and feature extraction.

For detailed information about these functions, see Oracle Data Mining User's Guide and Oracle Database SQL Language Reference.

Data Miner generates code using Deploy that uses these functions. The script generated for an Apply node generates code that uses the PREDICTION function. The PREDICTION function returns the best prediction for the model.