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