Next:
Up:
Previous:
What if some examples missing values of A?
Use training example anyway, sort through tree
-
If node n tests A, assign most common value of A among other examples
sorted to node n
-
assign most common value of A among other examples with same target value
-
assign probability pi to each possible value vi of A
-
assign fraction pi of example to each descendant in tree
Classify new examples in same fashion