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
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 |
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.