Many applications of data mining consist of scoring data using an existing model.
This example shows how to generate code that applies an existing model, that is, uses an existing model to score data.
There are two major steps:
Detailed directions for creating mining activities are in the Oracle Data Mining 10.2.0.3 Tutorial. You can download the tutorial at Oracle Data Miner (http://www.oracle.com/technology/products/bi/odm/odminer.html
).
The steps to create build and apply activities for Oracle Data Miner 11.1 are the same as those for 10.2.
Follow these steps to create build and apply activities:
Directions for installing Oracle Data Mining 10g Release 2 are in Appendix A of the Oracle Data Mining 10.2.0.3 Tutorial. You can download the tutorial at Oracle Data Miner (http://www.oracle.com/technology/products/bi/odm/odminer.html
).
Directions for installing Oracle Data Mining 11g Release 1 are in the Oracle Data Mining Administrator's Guide.
If these steps have already been performed, you do not have to do them over again.
DMUSER.MINING_DATA_BUILD_V
as the input table.CUST_ID
as the unique identifier.AFFINITY_CARD
as the target.DEMO_SVM_BA
.DMUSER.MINING_DATA_APPLY_V
as the apply data source.CUST_ID
as a supplemental attribute.DEMO_SVM_AA
.readme.html
, the Oracle Data Miner release notes. readme.html
is in the directory where Oracle Data Miner is installed.You are now ready to generate and execute code for the apply activity.
Copyright © 2006, 2008, Oracle. All rights reserved.