|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
RecordApplyTask captures the task of
applying a mining model to a single record. This
task can be executed only synchronously. Refer to
Connection.
The input record may
be reused by the application to minimize the
number of objects created for apply. The input
record is not to be modified by the execution of
the RecordApplyTask.
The output record is automatically created by the system and reused upon each invocation. It is up to the application to copy the values from the output record as needed.
The output record is not valid with results until the execution completes.
MiningObject,
Task,
ApplyTask| Method Summary | |
PhysicalDataRecord |
getInputRecord()
Returns the input record to be used for apply. |
PhysicalDataRecord |
getOutputRecord()
Returns the record that contains both the input and output. |
void |
setInputRecord(PhysicalDataRecord record)
Sets the record to be used for apply. |
| 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 PhysicalDataRecord getInputRecord()
public PhysicalDataRecord getOutputRecord()
public void setInputRecord(PhysicalDataRecord record)
throws JDMException
record - The record to be used for apply.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||