Decision Tree Learning Algorithm

From GM-RKB
Jump to: navigation, search

A decision tree learning algorithm is an supervised eager model-based learning algorithm that produces a decision tree structure.



References

2011

2001

2008

  • (Wilson, 2008a) ⇒ Bill Wilson. (2008). "The Machine Learning Dictionary for COMP9414." University of New South Wales, Australia.
    • tree induction algorithm: This article describes the basic tree induction algorithm used by ID3 and successors. The basic idea is to pick an attribute A with values \(a_1, a_2, ..., a_r\), split the training instances into subsets \(S_{a1}, S_{a2}, ..., S_{ar}\) consisting of those instances that have the corresponding attribute value. Then if a subset has only instances in a single class, that part of the tree stops with a leaf node labelled with the single class. If not, then the subset is split again, recursively, using a different attribute. This leaves the question of how to choose the best attribute to split on at any branch node. This issue is handled in the article on splitting criterion in ID3.

1996

1993

1984


Personal tools
Namespaces

Variants
Views
Actions
Navigation
Toolbox