CONSTRUCTING DECISION TREES
- Step 1: Initial Node- All decision trees are constructed from the left end starting with a decision node that represents the first decision point.
- Step 2: Initial Branches - Construct one branch emanating from that decision node to represent each option. Label each branch to identify the option that it represents. For our example problem, we need two branches, one to represent the option of using the generator in its current condition, and the other to represent the option of over-hauling the generator before using it.