RElim 4.0

RElim is a program to find frequent item sets (also closed and maximal) with the Relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm. Basically all the work is done in one recursive function of fairly few lines of code....