Ads by Google
Christian Borgelt's Web Pages

ARuleGUI - Association Rule Mining GUI and Viewer

Download

lnxartb.zip (882 kb) Toolbox with all programs for GNU/Linux
winartb.zip (746 kb) Toolbox with all programs for Windows
argui.jar (337 kb) executable Java archive, full GUI
arview.jar (199 kb) executable Java archive, only rule viewer
taview.jar (199 kb) executable Java archive, only transaction viewer
fimgui.zip (1430 kb) Java sources, version 1.7 (2018.11.14)
fimgui.tar.gz (1249 kb)
test.tra (1 kb) Example transaction file
test.rul (1 kb) Example rule set

Description

ARuleGUI is a graphical user interface for finding association rules with the programs Apriori, Eclat and FP-growth. It contains a simple viewer (also available as a separate program, see above) to display the rules in a table and supports sorting them according to consequent, size, support, confidence, lift value, and additional evaluation.

Attention: Since the viewer expects certain information about the rules to be available in the input file (for example, the lift value), the association rule mining programs have to be called with the options -g and -v" (%S/%a, %X/%b, %Y/%h, %C, %l, %E)" (the graphical user interface automatically adds these options).