Question: Construct a decision list to classify the data below. Select tests to be as small as possibleConstruct a decision list to classify the data below.
Construct a decision list to classify the data below. Select tests to be as small as possibleConstruct a decision list to classify the data below. Select tests to be as small as possible
in terms of attributes breaking ties among tests with the same number of attributes by
selecting the one that classifies the greatest number of examples correctly. If multiple tests
have the same number of attributes and classify the same number of examples, then break the
tie using attributes with lower index numbers eg select over
points
function LEARNDECISIONTREEexamples attributes, parentexamples returns a tree
if examples is empty then return PLURALITYVALUEparent examples
else if all examples have the same classification then return the classification
else if attributes is empty then return PLURALITYVALUEexamples
else
examples
in terms of attributes breaking ties among tests with the same number of attributes by
selecting the one that classifies the greatest number of examples correctly. If multiple tests
have the same number of attributes and classify the same number of examples, then break the
tie using attributes with lower index numbers eg select over
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
