decision tree
A decision tree is a decision rule that defines comparisons by using a tree structure.
A decision tree contains nested
if... then... else
conditions to specify a
series of tests performed on property values to allow an automated decision.