Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.task
Interface OraPredictTaskFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraPredictTaskFactory
extends javax.datamining.Factory

Deprecated. This class is deprecated from OJDM 11.1 and replaced by oracle.dmt.jdm.task.OraPredictiveAnalyticsTaskFactory.
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.

See Also:
OraPredictiveAnalyticsTaskFactory

Method Summary
 OraPredictTask create(java.lang.String inputDataURI, java.lang.String caseID, java.lang.String targetColumn, java.lang.String outputDataURI)
          Deprecated. 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

create

public OraPredictTask create(java.lang.String inputDataURI,
                             java.lang.String caseID,
                             java.lang.String targetColumn,
                             java.lang.String outputDataURI)
                      throws javax.datamining.JDMException
Deprecated. 
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.
Parameters:
inputDataURI - input data uri ([schemaName].[tableName])
caseID - column with unique entries (like customer id)
targetColumn - attribute/column name for which predictions has to be made
outputDataURI - output data uri ([schemaName].[tableName])
Throws:
javax.datamining.JDMException

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.