COMPUTE_ROC
I'm using the COMPUTE_CONFUSION_MATRIX, COMPUTE_LIFT and COMPUTE_ROC procedures.
I've create a view that applies the model to my testing data set.
This seems to work fine as input to the Confusion Matrixt and Lift procedures. But when I use the view for the COMPUTE_ROC, I get the following error
ORA-40219: apply result table DMUSER.DEMO_CLASS_DT_TEST_RESULTS is incompatible
with current operation
ORA-06512: at "SYS.DBMS_DATA_MINING", line 3224
ORA-06512: at line 4
Those this mean that the apply results need to be in a table for ROC and a view can do for the other two.