Example: Decision Tree
Main Description

The following figure is a decision tree which tests if the age of the borrower is above 18.  If so, it tests if the loan grade is A,B or C.

This is an example of a decision tree.