Caesar AI Atlas

Узел

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

Caesar AI Atlas Definition

В decision tree узел — любая точка дерева, представляющая либо condition, либо terminal leaf. Internal nodes направляют examples according to feature-based tests, while leaf nodes provide the resulting prediction или classification.

Other Definitions

Узел [дерево решений] 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