For regression models we have the AIC to use as a quality metric. It has a high score for models that use fewer exogenous variables compared to models with many exogenous variables (holding the variance explained constant).
Decision trees also can suffer from the same plight, being too complicated, perhaps because of over-fitting. Is there anything like the AIC for decision trees? Is there a way to adapt the AIC to a decision tree? If not, what should we do? Perhaps find a way to relate the number of exogenous variables to the purity ratios?