Classification trees are used with a categorical response variable. The goal of a
classification tree is to derive a model that predicts to which category a particular
subject or individual belongs, based one or more explanatory factors. For example,
we could use a classification tree to predict the diagnosis (Benign or Malignant) of
a particular patient based upon information obtained by doctors through scanned
images. These classification trees are displayed as a decision tree that has a start
node which then branches into other nodes.