|
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 OraExplainTask. Arguments cannot be null, otherwise an exception is thrown. An exception is thrown if string length exceeds the maximum name length.
| Method Summary | |
OraExplainTask |
create(java.lang.String inputDataURI, java.lang.String explainAttributeName, java.lang.String outputDataURI)Creates an instance of OraExplainTask with the specified input data, explain attribute, and the name of the output table to be produced. |
| Method Detail |
public OraExplainTask create(java.lang.String inputDataURI,
java.lang.String explainAttributeName,
java.lang.String outputDataURI)
throws javax.datamining.JDMException
inputDataURI - input data uri ([schemaName].[tableName])explainAttributeName - attribute/column name with respect to which other attribute/columns are rankedoutputDataURI - 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 | |||||||||