@InCollection{quinlan1986,
author = "J. R. Quinlan",
title = "Induction of Decision Trees",
booktitle = "Readings in Machine Learning",
publisher = "Morgan Kaufmann",
year = "1990",
editor = "Jude W. Shavlik and Thomas G. Dietterich",
note = "Originally published in {\em Machine Learning}
1:81--106, 1986",
}
gain(A)
gain ratio = --------------
info_value(A) --> amount of uncertainty in A's values
Among the attributes with above averagegain, choose the one that maximizes
this ratio. This heuristic gives smaller trees when the attributes are
binary.