You are on page 1of 2

1.

What is Association rule


2. What is the Applications of Association rule mining?
3. Define Frequent sets, confidence, support and association rule
4. What do you mean by Market Basket analysis and how it can help in a supermarket?
5. Explain whether association rule mining is supervised or unsupervised type of learning
6. Discuss the importance of Association Rule Mining
7. Describe the two common approaches to tree pruning.
8. What is the purpose of Apriori algorithm?
9. Give the few techniques to improve the efficiency of apriori algorithm
10. How is association rules mined from large databases?
11. Define support.
12. Define Confidence
13. Discuss the concepts of frequent itemset, support & confidence
14. Given a rule of the form IF X THEN Y, rule confidence is defined as the conditional
probability that
Y is true when X is known to be true.
X is true when Y is known to be true.
Y is false when X is known to be false.
X is false when Y is known to be false.

15. Association rule support is defined as


a. the percentage of instances that contain the antecendent conditional items listed in
the association rule.
b. the percentage of instances that contain the consequent conditions listed in the
association rule.
c. the percentage of instances that contain all items listed in the association rule.
d. the percentage of instances in the database that contain at least one of the
antecendent conditional items listed in the association rule.
16. Reducing the number of attributes to solve the high dimensionality problem is called as
________.
A. dimensionality curse.
B. dimensionality reduction.
C. cleaning.
D. Overfitting

17. The value that says that transactions in D that support X also support Y is called ______________.

A. confidence.

B. support.

C. support count.
D. None of the above.

You might also like