|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A DataSetApplyTask captures the task
of applying a mining model to a dataset with
multiple records with unknown class values.
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 |
public java.lang.String getApplyDataName()
public java.lang.String getApplyOutputDestination()
public void setApplyDataName(java.lang.String applyDataName)
throws JDMException
applyDataName - The name of the physical data to be used for apply.
JDMException
public void setApplyOutputDestination(java.lang.String applyOutputDestinationURI)
throws JDMException
applyOutputDestinationURI - The URI of the apply output to be produced.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||