Question
What is the main advantage of FP-growth over Apriori?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It mines frequent patterns without generating a large candidate set
Explanation:
FP-growth compresses transactions into an FP-tree and mines the structure recursively.
This avoids Apriori's candidate explosion.
Leave a Reply