POI_SA_SUPER_MODEL

This table contains the details of the internal super model used when creating a new knowledge base.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POI_SA_SUPER_MODEL_PK

MODEL_NAME

Columns

Name Datatype Length Precision Not-null Comments
MODEL_ID NUMBER 18 Yes Uniquely identifies the internal model.
MODEL_NAME VARCHAR2 25 Yes Name of the internal super model.
MINING_FUNCTION VARCHAR2 30 Mining function value indicator being used in the model.
ALGORITHM VARCHAR2 30 Algorithm name being used to process the model.
CASE_ID NUMBER 9 Column to store the case id value.
TEXT_COL NUMBER 9 Number of required table columns.
LEVEL_LIST VARCHAR2 4000 Taxonomy segment level indicator in hierarchy.
OPTIONS VARCHAR2 4000 Option parameters to pass to the data mining API.
CTIME DATE Column to store Super model start date value.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
FEATURE_TBL_NM VARCHAR2 120 Name of the feature table used while building knowledge base.

Indexes

Index Uniqueness Tablespace Columns
POI_SA_SUPER_MODEL_U1 Unique Default MODEL_NAME