Question
1.Suppose we have the following itemsets and support values: {beer, cheese, eggs} : 30% {beer, cheese} : 40%, {beer, eggs} : 30%, {cheese, eggs} :
1.Suppose we have the following itemsets and support values: {beer, cheese, eggs} : 30% {beer, cheese} : 40%, {beer, eggs} : 30%, {cheese, eggs} : 50%, Each of beer, cheese, and eggs alone has 50% support. a.What is the confidence of: IF basket contains Beer and Cheese, THEN basket also contains Eggs ?
b. What is the confidence of: IF basket contains Beer, THEN basket also contains Cheese and Eggs ?
2. Express the following rules as a decision tree(Form the tree):
If Failure = Yes AND HouseOwner = No Then Default = Yes
If Failure = No AND HouseOwner = Yes AND Income < 100
Then Default = Yes
If Failure= No AND HouseOwner= Yes AND Income >= 100
Then Default = No
If Failure= No AND HouseOwner= No Then Default = No
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started