C-Farmr homepage

Bibliography


Download

Here is a .tar.gz file.


Documentation

Data preparation

Data should be loaded before running apriori. Also, settings and rmodes should be present. The downloadable distribution loads the mutagenesis dataset by default as an example.

Settings

Settings go into the file msettings5.pl

Output

Running

To run the system, first start sicstus and load the program:
   sicstus -l mfarmr4
Next, run apriori from the command line:
  ?- apriori(Depth).
where you should replace Depth by the actual number of levels you want to mine. After patterns have been mined, you can optionally make closed rules with
?- [closed].              % loading closed.pl
?- close_ff_upto(Depth).  % compute closed rules; Depth is the number of levels
For producing statistics the scripts run and runall can be useful.


More info/contact