Question: Draw a decision tree for this scenario by using algorithm LEARN - DECISION - TREE shown in fig 1 9 . 5 of your textbook.

Draw a decision tree for this scenario by using algorithm LEARN-DECISION-TREE shown in fig 19.5 of your textbook. Use appropriate atributes and decision nodes to represent each step of the decision-making process based on the concept of entropy, remainder and information gain as discussed in section 19.3.3 on page 661-662 og the textbook. (10 points)
function LEARN-DECISION-TREE(examples, attributes, parent_examples) returns a tree
Figure 19.5 The decision tree learning algorithm. The function IMPORTANCE is described
in Section 19.3.3. The function PLURALITY-VALUE selects the most common output value
among a set of examples, breaking ties randomly.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!