You are here

SEARUM

SEARUM is a MapReduce java program for Apache Hadoop that implements the Association Rule Mining technique (code available on github). It is based on the Apache Mahout library.

It mines frequent itemsets with a given minimum support value and association rules with a given minimum confidence value consinsting of single item as a consequence.

Algorithm details are avilable in the paper, while an example is showed in the Readme.