decision tree

From Glossary of Meteorology
A graphical representation of all possible outcomes and the paths by which they may be reached; often used in classification tasks.

The top layer consists of input nodes (e.g., meteorological observations and data). Decision nodes determine the order of progression through the graph. The leaves of the tree are all possible outcomes or classifications, while the root is the final outcome (for example, a weather prediction or climate classification). Nearly all expert systems, and many meteorological algorithms, can most appropriately be diagrammed as a decision tree. The root of the tree represents the first test, while the leaves (nodes that do not lead to further nodes) represent the set of possible conclusions or classifications.
See also backward chaining, breadth-first search, depth-first search, forward chaining.


Copyright 2024 American Meteorological Society (AMS). For permission to reuse any portion of this work, please contact [email protected]. Any use of material in this work that is determined to be “fair use” under Section 107 of the U.S. Copyright Act (17 U.S. Code § 107) or that satisfies the conditions specified in Section 108 of the U.S.Copyright Act (17 USC § 108) does not require AMS’s permission. Republication, systematic reproduction, posting in electronic form, such as on a website or in a searchable database, or other uses of this material, except as exempted by the above statement, require written permission or a license from AMS. Additional details are provided in the AMS Copyright Policy statement.