ALL_MINING_MODEL_SETTINGS
ALL_MINING_MODEL_SETTINGS describes the settings of the mining models accessible to the current user.
               
Mining models are schema objects created by Oracle Data Mining.
Related Views
- 
                        
DBA_MINING_MODEL_SETTINGSdescribes the settings of all mining models in the database. - 
                        
USER_MINING_MODEL_SETTINGSdescribes the settings of the mining models owned by the current user. This view does not display theOWNERcolumn. 
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Owner of the mining model  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the mining model  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the setting  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               –  | 
                           
                               Value of the setting  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               –  | 
                           
                               Indicates whether the default value (  | 
                        
See Also:
Oracle Database PL/SQL Packages and Types Reference for descriptions of model settings
Related Topics