Question
Why is Apriori considered a breadth-first search method?
Select an option. Your answer will be checked instantly.
Correct Answer: C. It explores itemsets level by level according to their size
Explanation:
Apriori completes frequent one-itemsets before two-itemsets, then three-itemsets, and so on.
This level-wise strategy enables subset-based pruning.
Leave a Reply