Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume you are using R and the arules apriori algorithm. Next, assume that you have thousands of transactions and six possible elements: bread, milk, diapers,
Assume you are using R and the arules apriori algorithm. Next, assume that you have thousands of transactions and six possible elements: "bread", "milk", "diapers", "coke", "quinoa", and "beer". Assume that you run the apriori algorithm with the following line of code:
MyRules arules::aprioriMyTransactions parameter listsupport
confidence minlen
Which of the following is false?
Question options:
a
If bread diapers milk is a rule that the apriori algorithm includes in MyRules, then breaddiapers must also be a rule included in MyRules.
b
breadquinoa is one of many possible rules that apriori will consider.
c
If breadquinoa has a confidence of and a support of it will not be included in MyRules by the apriori algorithm.
d
If bread beerdiapers is a rule that the apriori algorithm includes in MyRules, then bread beerdiapers coke must also be a rule included in MyRules.
e
If breadquinoa is not a viable rule because the support is then bread milkquinoa is also not viable per the apriori algorithm.
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