|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Data mining, according to a commonly used process model, requires the following steps:
OraPredictTask
automates the last four steps of this process. This task Integrated smart data preparation, algorithm selection and other advanced data mining decisions and integrates model build, evaluation, and scoring. The user provides input data in a table and identifies a target column. OraPredictTask
accepts the input, analyzes the data, performs appropriate preprocessing, builds and tests models, selects the best model, and applies the model to data.
Method Summary | |
java.lang.String |
getInputData() Returns the input data URI of the predict. |
java.lang.String |
getOutputData() Returns the output data URI. |
java.lang.String |
getTargetAttributeName() Returns the target column |
void |
setInputData(java.lang.String dataURI, java.lang.String caseID) Set the input data URI of the predict. |
void |
setOutputData(java.lang.String dataURI) Sets the output data URI of the predict. |
void |
setTargetAttributeName(java.lang.String targetAttributeName) Sets the target column to be used for prediction. |
Methods inherited from interface javax.datamining.base.Task |
getExecutionHandle |
Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
Method Detail |
public java.lang.String getInputData()
public void setInputData(java.lang.String dataURI, java.lang.String caseID)
dataURI
- input data URIpublic java.lang.String getOutputData()
public void setOutputData(java.lang.String dataURI)
dataURI
- ourput data URIpublic void setTargetAttributeName(java.lang.String targetAttributeName)
public java.lang.String getTargetAttributeName()
|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |