Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_MINING_MODEL_SETTINGS

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.

Related Views

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