Answer the question
In order to leave comments, you need to log in
Apriori or Eclat algorithm for constructing association rules?
Which algorithm is better and why? Eclat or Apriori?
Answer the question
In order to leave comments, you need to log in
In short, Eclat is DFS search and Apriori is BFS.
All top pattern mining algorithms are built on DFS (eg, prefixSpan, gSpan; no need to store front, effective cutoff), so Eclat is a good choice for unstructured data.
Or better yet, declarative miningZinc based on constraint programming:
https://dtai.cs.kuleuven.be/CP4IM/miningzinc/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question