Tree of Attributes

In a multi-attribute model, attributes are organized hierarchically into a tree of attributes. A model can have one or more root attributes. Each attribute can be ‘decomposed’ into one or more descendant attributes that appear one level below that attribute in the tree. ‘Decomposed’ attributes are called aggregate attributes. Attributes that do not have descendants and appear as leaves of the tree, are called basic attributes.

Interpretation

A tree of attributes can be interpreted in three ways:

  1. Decomposition: It represents a decomposition of a decision problem into sub-problems. To solve ‘a problem’, which is represented by a a higher-level attribute, one has to solve sub-problems represented by its lower-level descendants.

  2. Dependency: A higher-level attribute depends on its immediate descendants in the tree. This dependency is modeled by a utility function that corresponds to the higher-level attribute.

  3. Aggregation: Tree structure defines the bottom-up aggregation of option values. The value of a higher-level attribute is calculated as an aggregation of the values of its immediate descendants in the tree. Again, this aggregation is defined by the corresponding utility function.

The interpretation of attribute types is as follows:

  • basic attributes represent inputs of the model,

  • root attributes represent its main outputs, and

  • other aggregate attributes represent intermediate results of option evaluation.

Example

See the tree of attributes for Car Evaluation.

Recommendations

  1. Before editing a tree in DEXi, sketch it on paper.

  2. Before making a real tree, create an unstructured list of attributes. Brainstorm! At this stage, try not to overlook important attributes, but do not bother about their structure or redundancy.

  3. When making a structure of attributes, create meaningful subtrees that contain related attributes. Try structuring your unstructured list in two directions:

    • Bottom-up: Group similar attributes together into a single higher-level attribute. It is usually a good indication if you can find a meaningful name for it.

    • Top-down: Decompose complex attributes into simpler ones.

  4. Avoid meaningless, redundant, duplicate, inessential and unoperational attributes. In other words, check each basic attribute that:

    • it has a well defined meaning,

    • it does not duplicate or overlap with some other attributes,

    • it does affect the decision (and you know how, at least approximately),

    • it can be measured or assessed with sufficient accuracy.

  5. Avoid aggregate attributes that have more than three descendants. Too many descendants cause a combinatorial explosion on the size of corresponding utility functions, making them extremely difficult to handle. In this case, try to restructure the tree below that attribute.

See also

DEXi’s Model Page.

Explanation of linked attributes.