Apriori_Goal algorithm for constructing association rules for a database with a given classification
Vladimir Billig

TL;DR
The paper introduces an efficient Apriori_Goal algorithm for constructing association rules in relational databases with predefined classifications, capable of generating high-quality, rare, and negative rules based on specified criteria.
Contribution
It presents a novel Apriori_Goal algorithm that constructs association rules with adjustable frequency and reliability, including negative rules, tailored for databases with classification goals.
Findings
Algorithm efficiently constructs high-quality rules.
Supports generation of rare and negative rules.
Time complexity is analyzed with a medical database example.
Abstract
An efficient Apriori_Goal algorithm is proposed for constructing association rules in a relational database with predefined classification. The target parameter of the database specifies a finite number of goals , for each of which the algorithm constructs association rules of the form . The quality of the generated rules is characterized by five criteria: two represent rule frequency, two reflect rule reliability, and the fifth is a weighted sum of these four criteria. The algorithm initially generates rules with single premises, where the correlation criterion between the premise and the conclusion exceeds a specified threshold. Then, rules with extended premises are built based on the anti-monotonicity of rule frequency criteria and the monotonicity of rule reliability criteria. Newly constructed rules tend to decrease in frequency while…
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
