Question
Why must all 2-item subsets of a candidate 3-itemset be frequent?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Any infrequent subset proves the candidate cannot meet minimum support
Explanation:
This is the candidate prune step based on anti-monotonicity.
It prevents counting candidates that cannot possibly be frequent.
Leave a Reply