| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_MINING_MODEL_SETTINGS describes the settings of the mining models accessible to the current user.
Model settings can be specified in a settings table that is used as input to the model build process. The settings associated with a model are algorithm-dependent. Setting values can be provided as input to the model build process. If no values are provided, then default values are used.
DBA_MINING_MODEL_SETTINGS describes the settings of all mining models in the database.
USER_MINING_MODEL_SETTINGS describes the settings of the mining models owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| OWNER | VARCHAR2(30) | NOT NULL | Owner of the mining model | 
| MODEL_NAME | VARCHAR2(30) | NOT NULL | Name of the mining model | 
| SETTING_NAME | VARCHAR2(30) | NOT NULL | Name of the setting | 
| SETTING_VALUE | VARCHAR2(4000) | Value of the setting | |
| SETTING_TYPE | VARCHAR2(7) | Indicates whether the default value ( DEFAULT) or a user-specified value (INPUT) is used by the model | 
See Also:
Oracle Database PL/SQL Packages and Types Reference and Oracle Data Mining Application Developer's Guide for descriptions of model settings