Association Rule Learning Algorithm

From GM-RKB
Jump to navigation Jump to search

An Association Rule Learning Algorithm is a frequent itemset learning algorithm that can be implemented by an association rule learning system (to solve an association rule learning rask).



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.

2005

1993