Christian Borgelt's Webpages

ARuleGUI - Association Rules GUI and Viewer

Download

argui.jar executable Java archive, full GUI (242 kb)
arview.jar executable Java archive, only rule viewer (75 kb)
taview.jar executable Java archive, only transaction viewer (65 kb)
lnxartb.zip Full toolbox with apriori program for Linux (261 kb)
winartb.zip Full toolbox with apriori program for Windows (292 kb)
argui.zip Java sources, version 2.0, 2008.11.03 (172 kb)
test.tra Example transaction file (1 kb)
test.rul Example rule set (1 kb)

Description

A graphical user interface for the apriori program. 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 apriori program has to be called with the options -g and -v" (%1X/%b, %1S/%a, %1C, %3l, %1E)" (the graphical user interface automatically adds these options).

In order to compile this Java program, the Java table package and the Java viewers package must also be retrieved.

Last updated: Thu Nov 06 18:06:06 CET 2008 - christian@borgelt.net