Eclat Algorithm

Eclat is an Association Rule Mining algorithm, and is fast and scalable as it uses a standard level-wise breadth-first (depth-first) search strategy.


Advantages:

  • The results are highly explainable and interpretable.
  • Computationally faster than Apriori Algorithm.

Disadvantages:

  • It can only provide one subset of results.