Decision tree classification: Consider the following instances. Consider the case of no branching. Which class will you predict? What are the misclassification error and the Gini index? Consider the cases of branching using attributes a1, a2, and a3. For each of the three cases, show the contingency table, the gains in misclassification error rate, and the gains in Gini index. (Hint: for a3, use the split of a3 < 5 and a3 ≥ 5.) According to the misclassification error rate, which attribute would be chosen as the first splitting attribute? According to the Gini index, which attribute would be chosen as the first splitting attribute? What are the precision and recall when splitting using attribute a3 with a3 < 5 and a3 ≥ 5.