1
17kviews
How FP tree is better than Apriori Algorithm?
1 Answer
4
1.8kviews

Apriori Algorithm :

  • It is a classic algorithm for learning association rules.
  • It uses a bottom up approach where frequent subsets are extended one at a time.
  • It uses Breadth first search and hash tree structure to count candidate item sets efficiently.

FP Growth:

  • It allows frequent item set discovery …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.