|
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 |
A factory class that creates instances of OraPredictTask
. Arguments cannot be null, otherwise an exception is thrown. An exception is thrown if string length exceeds the maximum name length.
Method Summary | |
OraPredictTask |
create(java.lang.String inputDataURI, java.lang.String caseID, java.lang.String targetColumn, java.lang.String outputDataURI) Creates an instance of OraPredictTask with the specified input data, case id column name, target attribute, and the name of the output table to be produced. |
Method Detail |
public OraPredictTask create(java.lang.String inputDataURI, java.lang.String caseID, java.lang.String targetColumn, java.lang.String outputDataURI) throws javax.datamining.JDMException
inputDataURI
- input data uri ([schemaName].[tableName])caseID
- column with unique entries (like customer id)targetColumn
- attribute/column name for which predictions has to be madeoutputDataURI
- output data uri ([schemaName].[tableName])javax.datamining.JDMException
|
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 |