Constructing A Decision Tree Using Information Gain
A decision tree can be constructed top-down using the information gain in the following way:
- begin at the root node
- determine the attribute with the highest information gain which is not already used as an ancestor node
- add a child node for each possible value of that attribute
- attach all examples to the child node where the attribute values of the examples are identical to the attribute value attached to the node
- if all examples attached to the child node can be classified uniquely add that classification to that node and mark it as leaf node
- go back to step two if there are unused attributes left, otherwise add the classification of most of the examples attached to the child node
Read more about this topic: Information Gain In Decision Trees
Famous quotes containing the words constructing, decision, tree, information and/or gain:
“The very hope of experimental philosophy, its expectation of constructing the sciences into a true philosophy of nature, is based on induction, or, if you please, the a priori presumption, that physical causation is universal; that the constitution of nature is written in its actual manifestations, and needs only to be deciphered by experimental and inductive research; that it is not a latent invisible writing, to be brought out by the magic of mental anticipation or metaphysical mediation.”
—Chauncey Wright (18301875)
“Because of these convictions, I made a personal decision in the 1964 Presidential campaign to make education a fundamental issue and to put it high on the nations agenda. I proposed to act on my belief that regardless of a familys financial condition, education should be available to every child in the United Statesas much education as he could absorb.”
—Lyndon Baines Johnson (19081973)
“Our courage breaks like an old tree in a black wind and dies,
But we have hidden in our hearts the flame out of the eyes
Of Cathleen, the daughter of Houlihan.”
—William Butler Yeats (18651939)
“So while it is true that children are exposed to more information and a greater variety of experiences than were children of the past, it does not follow that they automatically become more sophisticated. We always know much more than we understand, and with the torrent of information to which young people are exposed, the gap between knowing and understanding, between experience and learning, has become even greater than it was in the past.”
—David Elkind (20th century)
“Face your own ambivalence about letting go and you will be better able to help you children cope with their own feelings. The insight you gain through your own acceptance of change will bolster your confidence and make you a stronger college parent. The confidence you develop will be evident to your child, who will be able to move away from you without fear.”
—Norman Goddam (20th century)