javax.datamining.task.apply
Interface DataSetApplyTask

All Superinterfaces:
ApplyTask, MiningObject, Task

public interface DataSetApplyTask
extends ApplyTask

A DataSetApplyTask captures the task of applying a mining model to a dataset with multiple records with unknown class values.

Author:
JSR-73 Java Data Mining Expert Group
See Also:
MiningObject, Task, ApplyTask

Method Summary
 java.lang.String getApplyDataName()
          Returns the physical data name with which the mining model will be (or was) applied.
 java.lang.String getApplyOutputDestination()
          Returns the URI of the apply output that specifies where the output is to be placed.
 void setApplyDataName(java.lang.String applyDataName)
          Sets the physical data name with which the mining model will be (or was) applied.
 void setApplyOutputDestination(java.lang.String applyOutputDestinationURI)
          Sets the URI of the apply output destination.
 
Methods inherited from interface javax.datamining.task.apply.ApplyTask
getApplyDataMap, getApplySettingsName, getModelName, setApplyDataMap, setApplySettingsName, setModelName, verify
 
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

getApplyDataName

public java.lang.String getApplyDataName()
Returns the physical data name with which the mining model will be (or was) applied.

Returns:
String

getApplyOutputDestination

public java.lang.String getApplyOutputDestination()
Returns the URI of the apply output that specifies where the output is to be placed.

Returns:
String

setApplyDataName

public void setApplyDataName(java.lang.String applyDataName)
                      throws JDMException
Sets the physical data name with which the mining model will be (or was) applied.

Parameters:
applyDataName - The name of the physical data to be used for apply.
Returns:
void
Throws:
JDMException

setApplyOutputDestination

public void setApplyOutputDestination(java.lang.String applyOutputDestinationURI)
                               throws JDMException
Sets the URI of the apply output destination. The previously set apply output destination, if any, becomes nullified.

Parameters:
applyOutputDestinationURI - The URI of the apply output to be produced.
Returns:
void
Throws:
JDMException