Learn Before
Relation

Decision Tree Terms

Leaf nodes: the end of a branch that represents an object

Nodes: split points

Pure node: all in this category are in one class; perfect classification

Mixed node: a mixture of classes that requires further splitting

Split point: the threshold that separates one class from another

Informativeness of split: a measure of how much information is gained from that node; the decision tree builds nodes the split points based on which gives the most informative split

0

1

Updated 2020-09-12

Tags

Data Science