Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm.task
Class MiningDataTask

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.LocatableObject
              |
              +--oracle.dmt.odm.task.MiningTask
                    |
                    +--oracle.dmt.odm.task.MiningDataTask
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassificationTestTask, MiningApplyTask, MiningBuildTask, MiningLiftTask, RegressionTestTask

public abstract class MiningDataTask
extends MiningTask

The abstract class MiningDataTask is the common superclass for all mining tasks that involve data mining operations e.g, (building models, scoring(apply), testing, cross-validate, lift computation).

Since:
ODM 9.2.0
See Also:
Serialized Form

Method Summary
 java.lang.String getInputModelName()
          Returns the name of the input model name of this task.
 PhysicalDataSpecification getTaskInputData()
          Returns the physical data specification identifying the input data for this task.

 

Methods inherited from class oracle.dmt.odm.task.MiningTask
execute, getActiveExecutionHandle, getCurrentStatus, getExecutionDuration, getExecutionHandle, getLatestExecutionHandle, getName, getStatusHistory, getTaskType, getType, listTasks, remove, rename, store, terminate, waitForCompletion, waitForCompletion

 

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

 

Method Detail

getTaskInputData

public PhysicalDataSpecification getTaskInputData()
Returns the physical data specification identifying the input data for this task.
Returns:
PhysicalDataSpecification - input data specification.

getInputModelName

public java.lang.String getInputModelName()
Returns the name of the input model name of this task.
Returns:
String - input mining model name.

Copyright © 2003 Oracle Corporation. All Rights Reserved.