Skip navigation links

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

B28132-01


oracle.dmt.jdm.task
Class OraBuildTask

java.lang.Object
  extended byoracle.dmt.jdm.OraDMObject
      extended byoracle.dmt.jdm.OraMiningObject
          extended byoracle.dmt.jdm.base.OraTask
              extended byoracle.dmt.jdm.task.OraBuildTask

All Implemented Interfaces:
javax.datamining.task.BuildTask, javax.datamining.MiningObject, oracle.dmt.jdm.OraPLSQLConstants, javax.datamining.base.Task

public class OraBuildTask
extends OraTask
implements javax.datamining.task.BuildTask

OraBuildTask is an extension of the javax.datamining.task.BuildTask. It provides getBuildData method to retrieve the PhysicalDataSet object used in this task.

See Also:
//@see oracle.dmt.jdm.MiningObjectImpl, Task, OraTask, BuildTask

Method Summary
 javax.datamining.data.PhysicalDataSet getBuildData()
          Retrieves the build data information from the task.
 java.lang.String getTransformationSequenceName()
          Gets the name of the transformation model sequence to be applied in preparing the data for model building.
 void setTransformationSequenceName(java.lang.String name)
          Sets the name of the transformation model sequence to be applied in preparing the data for model building.

 

Methods inherited from class oracle.dmt.jdm.base.OraTask
addDependency, dropDependency, getChildTaskNames, getParentTaskNames, overwriteOutput, overwriteOutput

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

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

getTransformationSequenceName

public java.lang.String getTransformationSequenceName()
Gets the name of the transformation model sequence to be applied in preparing the data for model building.
Returns:
String
Since:
Oracle DB 11.1.0.0

setTransformationSequenceName

public void setTransformationSequenceName(java.lang.String name)
Sets the name of the transformation model sequence to be applied in preparing the data for model building. This sequence is associated with the resulting model. If a TransformationsSettingsSequence name is not provided, the DME expects the TransformationSequence object to exist. If a TransformationsSettingsSequence name is provided, this name will be given to the resulting mode sequence so that it can be reused independently of the mining model.
Parameters:
name -
Since:
Oracle DB 11.1.0.0

getBuildData

public javax.datamining.data.PhysicalDataSet getBuildData()
                                                   throws javax.datamining.JDMException
Retrieves the build data information from the task. This method returns null if the task is not retrived from the DME
Returns:
PhysicalDataSet build data
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.