paper-with-me

Papers

Constraint-based sequence mining using constraint programming

2015-01-06 · Benjamin Negrevergne, Tias Guns

The goal of constraint-based sequence mining is to find sequences of symbols that are included in a large number of input sequences and that satisfy some constraints specified by the user. Many constraints have been proposed in the literature, but a general framework is still missing. We investigate the use of constraint programming as general framework for this task. We first identify four categories of constraints that are applicable to sequence mining. We then propose two constraint programming formulations. The first formulation introduces a new global constraint called exists-embedding. This formulation is the most efficient but does not support one type of constraint. To support such constraints, we develop a second formulation that is more general but incurs more overhead. Both formulations can use the projected database technique used in specialised algorithms. Experiments demonstrate the flexibility towards constraint-based settings and compare the approach to existing methods.

📄 PDF Abstract BibTeX arXiv:1501.01178

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Constraint Programming Approach for Mining Sequential Patterns in a Sequence Database

2013-11-27 · Jean-Philippe Métivier, Samir Loudni, Thierry Charnois

Constraint-based pattern discovery is at the core of numerous data mining tasks. Patterns are extracted with respect to a given set of constraints (frequency, closedness, size, etc). In the context of sequential pattern …

Sequential Pattern Mining

An Efficient Algorithm for Mining Frequent Sequence with Constraint Programming

2016-04-05 · John O. R. Aoga, Tias Guns, Pierre Schaus

The main advantage of Constraint Programming (CP) approaches for sequential pattern mining (SPM) is their modularity, which includes the ability to add new constraints (regular expressions, length restrictions, etc). The…

Sequential Pattern Mining

Users Constraints in Itemset Mining

2017-12-31 · Christian Bessiere, Nadjib Lazaar, Yahia Lebbah, Mehdi Maamar

Discovering significant itemsets is one of the fundamental problems in data mining. It has recently been shown that constraint programming is a flexible way to tackle data mining tasks. With a constraint programming appr…

Hybrid ASP-based Approach to Pattern Mining

2018-08-22 · Sergey Paramonov, Daria Stepanova, Pauli Miettinen

Detecting small sets of relevant patterns from a given dataset is a central challenge in data mining. The relevance of a pattern is based on user-provided criteria; typically, all patterns that satisfy certain criteria a…

Graph Mining

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…