Previous | Table of Contents | Next |
This object provides a mapping between a mining attribute (logical data) and a set of attributes in the input data (physical
data). LogicalAttribute is the mining attribute being mapped by this object. OrderIdAttribute is used when ordering of attributes
is required. In some cases, ordering of attributes is important (as in sequence analysis). In other cases, a sequence of an
attribute is favored over having a set-valued attribute.
AttributeAssignment can be reused among several tasks, but a MiningAttribute can be referred to by an AttributeAssignment
within a task.
Superclasses
ModelElement
Attributes
None
References
orderIdAttribute
This reference points to one or more mining attributes that are used to identify the order of certain sequences.
class: Attribute
defined by:multiplicity:inverse: |
|||||
AssignmentRefOrderIdAttribute | |||||
zero or more | |||||
Attribute::attrAssignment |
logicalAttribute
This points to one or more mining attributes that are being mapped to by the AttributeAssignment object. class: MiningAttribute
defined by: AssignmentRefLogicalAttribute:logicalAttribute multiplicity: one or more inverse: MiningAttribute::attrAssignment