paper-with-me

Papers

uARMSolver: A framework for Association Rule Mining

2020-10-21 · Iztok Fister, Iztok Fister Jr

The paper presents a novel software framework for Association Rule Mining named uARMSolver. The framework is written fully in C++ and runs on all platforms. It allows users to preprocess their data in a transaction database, to make discretization of data, to search for association rules and to guide a presentation/visualization of the best rules found using external tools. As opposed to the existing software packages or frameworks, this also supports numerical and real-valued types of attributes besides the categorical ones. Mining the association rules is defined as an optimization and solved using the nature-inspired algorithms that can be incorporated easily. Because the algorithms normally discover a huge amount of association rules, the framework enables a modular inclusion of so-called visual guiders for extracting the knowledge hidden in data, and visualize these using external tools.

📄 PDF Abstract BibTeX arXiv:2010.10884

Code (1)

firefly-cpp/uARMSolver 공식 구현

Similar Papers 제목 키워드 기반

Time series numerical association rule mining variants in smart agriculture

2022-12-07 · Iztok Fister Jr., Dušan Fister, Iztok Fister, Vili Podgorelec 외

Numerical association rule mining offers a very efficient way of mining association rules, where algorithms can operate directly with categorical and numerical attributes. These methods are suitable for mining different …

Time SeriesTime Series Analysis

Class Association Rules Mining based Rough Set Method

2015-09-17 · Thabet Slimani

This paper investigates the mining of class association rules with rough set approach. In data mining, an association occurs between two set of elements when one element set happen together with another. A class associat…

A comprehensive review of visualization methods for association rule mining: Taxonomy, Challenges, Open problems and Future ideas

2023-02-24 · Iztok Fister Jr., Iztok Fister, Dušan Fister, Vili Podgorelec 외

Association rule mining is intended for searching for the relationships between attributes in transaction databases. The whole process of rule discovery is very complex, and involves pre-processing techniques, a rule min…

Tabular Foundation Models Can Learn Association Rules

2026-02-16 · Erkan Karabulut, Daniel Daza, Paul Groth, Martijn C. Schut 외 arxiv

Association Rule Mining (ARM) is a fundamental task for knowledge discovery in tabular data and is widely used in high-stakes decision-making. Classical ARM methods rely on frequent itemset mining, leading to rule explos…

Numerical Association Rule Mining: A Systematic Literature Review

2023-07-02 · Minakshi Kaushik, Rahul Sharma, Iztok Fister Jr., Dirk Draheim

Numerical association rule mining is a widely used variant of the association rule mining technique, and it has been extensively used in discovering patterns and relationships in numerical data. Initially, researchers an…

ArticlesSystematic Literature Review