Term of the Moment

dedicated camera


Look Up Another Term


Definition: decision tree


A hierarchical tree that is used to make decisions in an if-then-else fashion. A type of supervised machine learning, a decision tree comprises decision nodes with two possible outcomes. See machine learning.




Decision Tree Structure
Starting with the root node, there is no limit to the number of decision nodes, also called "internal nodes." The leaf nodes, also called "terminal nodes," are the outcomes, which may be results or actions that must take place.






A Loan Example
Highly simplified, nevertheless this example shows how decisions are made using a decision tree.