paper-with-me

Papers

Frequent Itemset Mining with Multiple Minimum Supports: a Constraint-based Approach

2021-09-16 · Mohamed-Bachir Belaid, Nadjib Lazaar

The problem of discovering frequent itemsets including rare ones has received a great deal of attention. The mining process needs to be flexible enough to extract frequent and rare regularities at once. On the other hand, it has recently been shown that constraint programming is a flexible way to tackle data mining tasks. In this paper, we propose a constraint programming approach for mining itemsets with multiple minimum supports. Our approach provides the user with the possibility to express any kind of constraints on the minimum item supports. An experimental analysis shows the practical effectiveness of our approach compared to the state of the art.

📄 PDF Abstract BibTeX arXiv:2109.07844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Frequent Itemset-driven Search for Finding Minimum Node Separators in Complex Networks

2022-01-18 · Yangming Zhou, Xiaze Zhang, Na Geng, Zhibin Jiang 외

Finding an optimal set of critical nodes in a complex network has been a long-standing problem in the fields of both artificial intelligence and operations research. Potential applications include epidemic control, netwo…

Drug DesignManagement

Parallel algorithms for mining of frequent itemsets

2021-08-11 · Robert Kessl

In the recent decade companies started collecting of large amount of data. Without a proper analyse, the data are usually useless. The field of analysing the data is called data mining. Unfortunately, the amount of data …

Boosting Frequent Itemset Mining via Early Stopping Intersections

2019-01-23 · Nguyen Huu Hiep

Mining frequent itemsets from a transaction database has emerged as a fundamental problem in data mining and committed itself as a building block for many pattern mining tasks. In this paper, we present a general techniq…

On SAT Models Enumeration in Itemset Mining

2015-06-08 · Said Jabbour, Lakhdar Sais, Yakoub Salhi

Frequent itemset mining is an essential part of data analysis and data mining. Recent works propose interesting SAT-based encodings for the problem of discovering frequent itemsets. Our aim in this work is to define stra…

Comparing Dataset Characteristics that Favor the Apriori, Eclat or FP-Growth Frequent Itemset Mining Algorithms

2017-01-30 · Jeff Heaton

Frequent itemset mining is a popular data mining technique. Apriori, Eclat, and FP-Growth are among the most common algorithms for frequent itemset mining. Considerable research has been performed to compare the relative…