Tree-based methods classify instances by sorting the
instances down the tree from the root to some leaf
node, which provides the classification of a particular
instance. Each node in the tree specifies a test of
some attribute of the instance and each branch
descending from that node corresponds to one of the
possible values for this attribute [12]. J48 is a class