Incremental decision tree
An incremental decision tree algorithm is an online machine learning algorithm that outputs a decision tree. Many decision tree methods, such as C4.5, construct a tree using a complete dataset.
Source: Wikipedia — Incremental decision tree (CC BY-SA 4.0)