Here is an explanation on how a decision tree algorithm works.
We have a data record which contains attributes and the associated classes.
Let us call this data as table D.
From table D, we take out each attribute and its associate classes.
If we have p attributes, then we will take out p subset of D.
Let us call these subsets as Si.
Table D is the parent of table Si.
|
|
|
A man went to sell his dog. A buyer asked him, “Is this dog faithful?” The man replied, “Yes, I have sold him 3 times but he returns to me.” |