Caesar AI Atlas

Node

Also known as: Node (Decision Tree) Β· Node Decision Tree

Caesar AI Atlas Definition

In a decision tree, a node is any point in the tree that represents either a condition or a terminal leaf. Internal nodes route examples according to feature-based tests, while leaf nodes provide the resulting prediction or classification.

Other Definitions

Node [Decision Tree] Source

In a decision tree, any condition or leaf. !A decision tree with two conditions and three leaves. See Decision Trees in the Decision Forests course for more information.

Related Terms