41.4 ALL_MINING_MODEL_SETTINGS
ALL_MINING_MODEL_SETTINGS
describes the settings of the machine learning models accessible to the current user.
Machine learning models are schema objects created by Oracle Machine Learning for SQL.
Related Views
-
DBA_MINING_MODEL_SETTINGS
describes the settings of all machine learning models in the database. -
USER_MINING_MODEL_SETTINGS
describes the settings of 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 |
|
|
|
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