Incremental Decision Tree Algorithm

From GM-RKB
Jump to navigation Jump to search

An Incremental Decision Tree Algorithm is a Decision Tree Algorithm that can take an existing Decision Tree as Input.



References

2011

  • http://en.wikipedia.org/wiki/Incremental_decision_tree
    • Most decision tree methods take a complete data set and build a tree using that data. This tree cannot be changed if new data is acquired later. Incremental decision trees are built using methods that allow an existing tree to be updated or revised using new, individual data instances. This is useful in several situations: a) the entire dataset is not available at the time the original tree is built, b) the original data set is too large to process, or c) the characteristics of the data change over time.

1994

1987