Association Rule Learning Algorithm

From GM-RKB
Revision as of 11:20, 19 December 2012 by Gmelli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An Association Rule Learning Algorithm is a frequent itemset learning algorithm that can solve an Association Rule Learning Task.



References

2012

  • (Wikipedia, 2012) ⇒ http://en.wikipedia.org/wiki/Association_rule_learning#Algorithms
    • Many algorithms for generating association rules were presented over time.

      Some well known algorithms are Apriori, Eclat and FP-Growth, but they only do half the job, since they are algorithms for mining frequent itemsets. Another step needs to be done after to generate rules from frequent itemsets found in a database.

1993