Icon of program: Apriori for Linux

Apriori for Linux


Key Details of Apriori for Linux

  • Find frequent item sets and association rules.
  • Last updated on 4/5/2013
  • There have been 5 updates

Developer's Description

Find frequent item sets and association rules.
Apriori for Linux is a program to find association rules and frequent item sets (also closed and maximal) with the Apriori algorithm (Agrawal et al. 1993), which carries out a breadth first search on the subset lattice and determines the support of item sets by subset tests. This is a pretty fast implementation that uses a prefix tree to organize the counters for the item sets.

Explore More