Decision Trees

Decision tree is one of the learning algorithm for classification or regression problems

Basically its a set of if then... else... rules for identifying a solution.