To our knowledge, decision tree induction method have not applied in the past to Alzheimer’s disease prediction.
We construct a decision tree based on a training set that represents a sample
clinical data.
We use Entropy or Information Gain to determine which attribute to branch on at each level of the tree.
Using Information Gain enables us to construct an optimal or near optimal tree with fewer nodes and branches than if we resort to a random selection of attributes.