ALL_MINING_MODELS
ALL_MINING_MODELS describes the mining models accessible to the current user.
               
Mining models are schema objects created by Oracle Data Mining.
Related Views
- 
                        
DBA_MINING_MODELSdescribes all mining models in the database. - 
                        
USER_MINING_MODELSdescribes 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  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Function of the mining model. The function identifies the class of problems that can be solved by this model. The mining function is specified when the model is built: 
  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Algorithm used by the model. Each mining function has a default algorithm. The default can be overridden with a model setting (see  
  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                                  | 
                           
                               Algorithm type of the model  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Date that the model was created  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                                  | 
                           
                               Time (in seconds) of the model build process  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Size of the model (in megabytes)  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Indicates whether the model is partitioned or not. Possible values: 
  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                                  | 
                           
                               Comment applied to the model with a SQL   | 
                        
See Also:
- 
                           
Oracle Data Mining User’s Guide for information about mining model schema objects
 - 
                           
Oracle Data Mining Concepts for an introduction to Data Mining
 
Related Topics