Gain Ratio
Extension to Information Gain which applies Normalization to it.
Splitlnfo A(D)=−∑j=1v∣D∣∣Dj∣log2(∣D∣∣Dj∣) GainRatio (A)= Splitlnfo A(D)Gain(A)
Select attribute with the highest gain ratio.
Disadvantages
- becomes unstable when Splitlnfo apporaches zero → use Information Gain in that case
- tends to prefer unbalanced splits (one is much smaller than the others)