By using the ODMR_USER_WF_CLAS_TEST_RESULTS repository view, you can query the generated classification results for a specific mining model in the last workflow run.
Table 8-15 provides more information about this .
Table 8-15 ODMR_USER_WF_CLAS_TEST_RESULTS
| Column | Data Type | Description |
|---|---|---|
|
PROJECT_ID |
NUMBER |
This is the ID of the project in which the workflow was created in. |
|
PROJECT_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the project in which the workflow was created in. |
|
WORKFLOW_ID |
NUMBER |
This is the ID of the workflow. |
|
WORKFLOW_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the workflow. |
|
NODE_TYPE |
VARCHAR2 (30 CHAR) |
This is the node type. |
|
NODE_ID |
NUMBER |
This is the ID of the node. |
|
NODE_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the node. |
|
NODE_STATUS |
VARCHAR2 (10 CHAR) |
|
|
MODEL_ID |
NUMBER |
This is the ID of the model. |
|
MODEL_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the model. |
|
MODEL_STATUS |
VARCHAR2 (10 CHAR) |
|
|
MODEL_CREATIONDATE |
VARCHAR2 (30 CHAR) |
This is the creation time of the model. |
|
TEST_METRICS |
VARCHAR2 (128 CHAR) |
The test metric result table that contains Predictive Confidence, accuracy, and so on. |
|
CONFUSION_MATRIX |
VARCHAR2 (128 CHAR) |
The Confusion Matrix result table. |
|
LIFTS |
DM_NESTED_CATEGORICALS |
The table of DM_NESTED_CATEGORICAL, where:
|
|
ROCS |
DM_NESTED_CATEGORICALS |
The table of DM_NESTED_CATEGORICAL, where:
|
|
ROC_AREA |
DM_NESTED_NUMERICALS |
The table of DM_NESTED_NUMERICAL, where:
|
Parent topic: Repository Views