Question
How does Apriori use an infrequent itemset?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It prunes all supersets containing that itemset
Explanation:
By anti-monotonicity, no superset of an infrequent set can be frequent.
Pruning avoids unnecessary support counting.
Leave a Reply