41.1 ALL_MINING_MODELS
ALL_MINING_MODELS
describes the machine learning models accessible to the current user.
Mining models are schema objects created by Oracle Machine Learning for SQL.
Related Views
-
DBA_MINING_MODELS
describes all machine learning models in the database. -
USER_MINING_MODELS
describes the machine learning models owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the machine learning model |
|
|
|
Name of the machine learning model |
|
|
|
Function of the mining model. The function identifies the class of problems that can be solved by this model. The machine learning function is specified when the model is built:
|
|
|
|
Algorithm used by the model. Each machine learning 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 Machine Learning for SQL API Guide for information about machine learning model schema objects
-
Oracle Machine Learning for SQL Concepts for an introduction to Oracle Machine Learning for SQL
Related Topics