Previous | Table of Contents | Next |
This is an abstract class that describes an executable data mining task operating on data.
Superclasses
ModelElement
Attributes
None
References
inputModel
A description (metadata) of the mining model used (not generated) by the task. For example, this model could be refined by
the task. The usage of this model is defined by the task using
it.class:defined by:multiplicity:inverse: |
|||||
MiningModel | |||||
TaskRefInputModel | |||||
zero or one | |||||
MiningModel::miningTask |
inputData
A description (metadata) of the physical data used as input for the task.
class: | PhysicalData | ||||
defined by: | TaskRefPhysicalData | ||||
multiplicity: | exactly one | ||||
inverse: | PhysicalData::miningTask | ||||
modelAssignment |
A mapping between the attributes of the inputData and those of the inputModel. class: AttributeAssignmentSet defined by: TaskRefAttRAssignmentSet
multiplicity: zero or one inverse: AttributeAssignmentSet::miningTask