Database Table: APPLY_INIT

This table holds the mining model apply results. The mining model is applied to information pertaining to initiatives.

Column Name Column Type Column Description
CONFIDENCE DOUBLE
NULL
The confidence of the apply.
INITIATIVE_ID INTEGER
NOT NULL
The initiative ID associated with mining model apply.
LAST_UPDATED TIMESTAMP
NOT NULL, DEFAULT CURRENT TIMESTAMP
The time stamp of the last update to the record.
LAST_UPDATED_ID INTEGER
NOT NULL, DEFAULT 0
The ID of the application that last updated the record.
SCORE DOUBLE
NULL
The mining score, which is a measure of how well this initiative fits in this segment.
SCORE2 DOUBLE
NULL
Reserved for IBM internal use.
SEGMENTATION_ID INTEGER
NOT NULL
The segmentation ID of the segmentation associated with the mining model apply.
SEGMENT_INDEX INTEGER
NOT NULL
The segment ID (within the specified model). Each model can contain several segments.
SEGMENT_INDEX2 INTEGER
NULL
Reserved for IBM internal use.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034835890 SEGMENTATION_ID, INITIATIVE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable