Previous | Table of Contents | Next |
This describes a task that computes the result of an application of a data mining model to (new) data.
Superclasses
MiningTask
Attributes
outputOption
This specifies how the apply output is created. The default is “createNew,? which means the output is created as a new file/table.type: ApplyOutputOption (appendToExisting | createNew)multiplicity: exactly one
References
applyOutput
This contains the specification of the apply output as the result of MiningApplyTask. class: MiningApplyOutput defined by:
ApplyTaskRefOutputSpec multiplicity: exactly one inverse: MiningApplyTask::applyTask
outputAssignment
This maps the apply output items to the destination attributes.
class:defined by:multiplicity:inverse: |
|||||
AttributeAssignmentSet | |||||
ApplyTaskRefOutputAssignment | |||||
exactly one | |||||
AttributeAssignmentSet::applyTask |