DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_MINING_MODELS

Object Details
Object Name: ALL_MINING_MODELS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of the models accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes
MODEL_NAME VARCHAR2 (128) Yes Name of the model
MINING_FUNCTION VARCHAR2 (30)
Mining function of the model
ALGORITHM VARCHAR2 (30)
Algorithm of the model
CREATION_DATE DATE
Yes Creation date of the model
BUILD_DURATION NUMBER

Model build time (in seconds)
MODEL_SIZE NUMBER

Model size (in Mb)
COMMENTS VARCHAR2 (4000)
Model comments
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      MODEL_NAME
,      MINING_FUNCTION
,      ALGORITHM
,      CREATION_DATE
,      BUILD_DURATION
,      MODEL_SIZE
,      COMMENTS
FROM SYS.ALL_MINING_MODELS;

Dependencies

[top of page]

SYS.ALL_MINING_MODELS references the following:

SchemaSYS
TableCOM$
TableMODEL$
TableOBJ$
TableOBJAUTH$
TableUSER$
SYS.ALL_MINING_MODELS is referenced by following:

SchemaPUBLIC
SynonymALL_MINING_MODELS
SchemaSYS
Package BodyDBMS_DATA_MINING - show dependent code
Package BodyDBMS_DATA_MINING_INTERNAL - show dependent code
Package BodyDBMS_DM_MODEL_EXP - show dependent code
Package BodyDMP_SEC - show dependent code