Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.13 KB

SATAR: SAT-based (minimal non-redundant) Association Rules mining

This repository has code and datasets for replicating the experiments in Declarative Decomposition Approach for Discovering Association Rules - IJCAI20

Run (under Linux OS):

./satar -min-supp=MIN_SUPP -min-conf=NB_CONF -ncores=NB_CORES -mnr|-no-mnr DATASET

To print ARs/MNRs models use:

./satar -min-supp=MIN_SUPP -min-conf=NB_CONF -ncores=NB_CORES -mnr|-no-mnr -verb=2 DATASET

Citing SATAR

If you use SATAT in a scientific publication, please consider citing the following paper:

Yacine Izza, Said Jabbour, Badran Raddaoui and Abdelhamid Boudane (2020). [Declarative Decomposition Approach for Discovering Association Rules] (https://yizza.gitlab.io/files/ijcai20.pdf) - IJCAI 2020.

BibTeX entry:

@article{
  author    = {Yacine Izza and 
               Sa{\"{\i}}d Jabbour and
               Badran Raddaoui and 
               Abdelhamid Boudane},
  title     = {Declarative Decomposition Approach for Discovering Association Rules},
  booktitle = {IJCAI},
  year      = {2020}
}