New Approach to Optimize the Time of Association Rules Extraction
Thabet Slimani

TL;DR
This paper introduces BF-ARM, a new algorithm that optimizes the extraction of association rules from large databases by transforming data into a binary table and using a disk-based traversal method, significantly reducing processing time.
Contribution
The paper presents a novel method combining bitmap transformation and a new algorithm, BF-ARM, to improve the speed of association rule extraction from large datasets.
Findings
BF-ARM outperforms Apriori, Apriori+, and RS-Rules+ in execution time.
The method is effective on benchmarks like Mushroom, Car Evaluation, and Adult.
Preliminary results show significant time reduction in rule extraction.
Abstract
The knowledge discovery algorithms have become ineffective at the abundance of data and the need for fast algorithms or optimizing methods is required. To address this limitation, the objective of this work is to adapt a new method for optimizing the time of association rules extractions from large databases. Indeed, given a relational database (one relation) represented as a set of tuples, also called set of attributes, we transform the original database as a binary table (Bitmap table) containing binary numbers. Then, we use this Bitmap table to construct a data structure called Peano Tree stored as a binary file on which we apply a new algorithm called BF-ARM (extension of the well known Apriori algorithm). Since the database is loaded into a binary file, our proposed algorithm will traverse this file, and the processes of association rules extractions will be based on the file…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic · Natural Language Processing Techniques
