Question: ( 2 5 % ) Suppose we have a set of training data as in Table 1 . There are four attributes, A , B
Suppose we have a set of training data as in Table There are four attributes, A B
C and D as input and one, Class, as output. All are categorical. We'd like to construct a
decision tree for the dataset. Please answer the following questions.
a Construct a decision tree for the dataset using the takefirst strategy without any
pruning.
b Let the size cutoff be Please construct a decision tree for the dataset
using the takefirst strategy and the delete branch strategy for dealing with clashes.
c Let the size cutoff be Please construct a decision tree for the dataset
using the takefirst strategy and the majority voting strategy for dealing with clashes.
Table : Labeled Dataset
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
