Share on Facebook Share on Twitter Email
Answers.com

Decision tree

 
Sci-Tech Dictionary: decision tree
 
(di′sizh·ən ′trē)

(industrial engineering) Graphic display of the underlying decision process involved in the introduction of a new product by a manufacturer.


Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 

A graphical representation of all alternatives in a decision making process.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

 
Accounting Dictionary: Decision Tree
Top

Pictorial representation of a decision situation, normally found in discussions of decision-making under uncertainty or risk. It shows decision alternatives, states of nature, probabilities attached to the state of nature, and conditional benefits and losses. The tree approach is most useful in a sequential decision situation. For example, assume XYZ Corporation wishes to introduce one of two products to the market this year. The probabilities and present values (PV) of projected cash inflows follow:

A decision tree analyzing the two products follows:

Based on the expected net present value, the company should choose product A over product B.

 
Dental Dictionary: decision tree
Top

n

An algorithm or a formal stepwise process used in coming to a conclusion or making a judgment.

 
Wikipedia: Decision tree
Top

A decision tree (or tree diagram) is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. Decision trees are commonly used in operations research and in complex engineering systems, specifically in decision analysis, to help identify a strategy most likely to reach a goal. Another use of decision trees is as a descriptive means for calculating conditional probabilities.

In data mining and machine learning, a decision tree is a predictive model; that is, a mapping from observations about an item to conclusions about its target value. More descriptive names for such tree models are classification tree (discrete outcome) or regression tree (continuous outcome). In these tree structures, leaves represent classifications and branches represent conjunctions of features that lead to those classifications. The machine learning technique for inducing a decision tree from data is called decision tree learning, or (colloquially) decision trees.

Contents

General

In decision analysis, a "decision tree" — and the closely-related influence diagram — is used as a visual and analytical decision support tool, where the expected values (or expected utility) of competing alternatives are calculated.

Decision trees have traditionally been created manually, as the following example shows:

Image:Manual decision tree.jpg

A decision Tree consists of 3 types of nodes:-

1. Decision nodes - commonly represented by squares
2. Chance nodes - represented by circles
3. End nodes - represented by triangles

Image:Decision-Tree-Elements.png

Drawn from left to right, a decision tree has only burst nodes (splitting paths) but no sink nodes (converging paths). Therefore, used manually, they can grow very big and are then often hard to draw fully by hand.

Analysis can take into account the decision maker's (e.g., the company's) preference or utility function, for example:

Image:RiskPrefSensitivity2Threshold.png

The basic interpretation in this situation is that the company prefers B's risk and payoffs under realistic risk preference coefficients (greater than $400K -- in that range of risk aversion, the company would need to model a third strategy, "Neither A nor B").

Influence diagram

A decision tree can be represented more compactly as an influence diagram, focusing attention on the issues and relationships between events.

Image:Factory2 InfluenceDiagram.png

Uses in teaching

Decision trees, influence diagrams, utility functions, and other decision analysis tools and methods are taught to undergraduate students in schools of business, health economics, and public health, and are examples of operations research or management science methods.

Creation of decision nodes

Three popular rules are applied in the automatic creation of classification trees. The Gini rule splits off a single group of as large a size as possible, whereas the entropy and twoing rules find multiple groups comprising as close to half the samples as possible. Both algorithms proceed recursively down the tree until stopping criteria are met.

The Gini rule is typically used by programs that build ('induce') decision trees using the CART algorithm. Entropy (or information gain) is used by programs that are based on the C4.5 algorithm. A brief comparison of these two criterion can be seen under Decision tree formulae.

More information on automatically building ('inducing') decision trees can be found under Decision tree learning.

Advantages

Amongst decision support tools, decision trees (and influence diagrams) have several advantages:

Decision trees:

  • Are simple to understand and interpret. People are able to understand decision tree models after a brief explanation.
  • Have value even with little hard data. Important insights can be generated based on experts describing a situation (its alternatives, probabilities, and costs) and their preferences for outcomes.
  • Use a white box model. If a given result is provided by a model, the explanation for the result is easily replicated by simple math.
  • Can be combined with other decision techniques. The following example uses Net Present Value calculations, PERT 3-point estimations (decision #1) and a linear distribution of expected outcomes (decision #2):

Example

Decision trees can be used to optimize an investment portfolio. The following example shows a portfolio of 7 investment options (projects). The organization has $10,000,000 available for the total investment. Bold lines mark the best selection 1, 3, 5, 6, and 7 which will cost $9,750,000 and create a payoff of 16,175,000. All other combinations would either exceed the budget or yield a lower payoff.[1]

Image:Investment decision Insight.png

See also

Implementations

External links

References

  1. ^ Y. Yuan and M.J. Shaw, Induction of fuzzy decision trees. Fuzzy Sets and Systems 69 (1995), pp. 125–139

 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Accounting Dictionary. Dictionary of Accounting Terms. Copyright © 2005 by Barron's Educational Series, Inc. All rights reserved.  Read more
Dental Dictionary. Mosby's Dental Dictionary. Copyright © 2004 by Elsevier, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Decision tree" Read more