Selection of certain attributes as output and input attributes is provided
so a decision tree may be created more efficiently. For each possible
output attribute an interestingness score is calculated. This
interestingness score is based on entropy of the output attribute and a
desirable entropy constant. The attributes with the highest
interestingness score are used as output attributes in the creation of
the decision tree. Score gains for the input attribute over the output
attributes are calculated using a conventional scoring algorithm. The sum
of the score gains over all output attributes for each input attribute is
calculated. The attributes with the highest score gain sums are used as
input attributes in the creation of the decision tree.