[Home] [Help]
[Dependency Information]
| Object Name: | AMS_DM_SCORE_RESULTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_DM_SCORE_RESULTS
|
| Subobject Name: | |
| Status: | VALID |
AMS_DM_SCORE_RESULTS is a table which captures the summarized results of the scoring instance of a model. The results are categorized by the tree_node which the data mining engine used to determined the outcome of a specific record.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_DM_SCORE_RESULTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCORE_RESULT_ID
|
| AMS_DM_SCORE_RESULTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCORE_ID
DECILE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCORE_RESULT_ID | NUMBER | Yes | Unique identifier. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | This column is used for locking purposes. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| SCORE_ID | NUMBER | Yes | Foreign key reference to a model scoring instance in AMS_DM_MODEL_SCORES. | |
| DECILE | VARCHAR2 | (30) | Yes | The decile of the scoring run result summary. |
| NUM_RECORDS | NUMBER | (15) | Yes | The number of records predicted by the criteria in the decile. |
| SCORE | VARCHAR2 | (30) | Yes | The response predicted by the tree node. |
| CONFIDENCE | NUMBER | Yes | The average confidence, in percentage, of a positive prediction by this decile. | |
| POSITIVE_SCORE_PROB | NUMBER | The probability that the targeted audience will result in a positive score. |
Cut, paste (and edit) the following text to query this object:
SELECT SCORE_RESULT_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, SCORE_ID
, DECILE
, NUM_RECORDS
, SCORE
, CONFIDENCE
, POSITIVE_SCORE_PROB
FROM AMS.AMS_DM_SCORE_RESULTS;
AMS.AMS_DM_SCORE_RESULTS does not reference any database object
AMS.AMS_DM_SCORE_RESULTS is referenced by following:
AMS
AMS_DM_SCORE_RESULTS#
|
|
|
|