|
Next: Which Attribute Is Best?
Previous: Top-Down Induction of Decision
- If both + and -, choose best attribute to split
- If all + (or -), then we are done
- If no examples, no examples fit this category, return
default value (calculate using majority classification from parent)
- If no attributes left, then there are inconsistencies,
called noise
We can use a majority vote to label the node.
|
|