paper-with-me

Papers

Constraint-based Sequential Pattern Mining with Decision Diagrams

2018-11-14 · Amin Hosseininasab, Willem-Jan van Hoeve, Andre A. Cire

Constrained sequential pattern mining aims at identifying frequent patterns on a sequential database of items while observing constraints defined over the item attributes. We introduce novel techniques for constraint-based sequential pattern mining that rely on a multi-valued decision diagram representation of the database. Specifically, our representation can accommodate multiple item attributes and various constraint types, including a number of non-monotone constraints. To evaluate the applicability of our approach, we develop an MDD-based prefix-projection algorithm and compare its performance against a typical generate-and-check variant, as well as a state-of-the-art constraint-based sequential pattern mining algorithm. Results show that our approach is competitive with or superior to these other methods in terms of scalability and efficiency.

📄 PDF Abstract BibTeX arXiv:1811.06086

Code (1)

aminhn/MPP 공식 구현

Tasks

Sequential Pattern Mining

Similar Papers 제목 키워드 기반

Prefix-Projection Global Constraint for Sequential Pattern Mining

2015-04-29 · Amina Kemmar, Samir Loudni, Yahia Lebbah, Patrice Boizumault 외

Sequential pattern mining under constraints is a challenging data mining task. Many efficient ad hoc methods have been developed for mining sequential patterns, but they are all suffering from a lack of genericity. Recen…

Sequential Pattern Mining

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

Using Answer Set Programming for pattern mining

2014-09-27 · Thomas Guyet, Yves Moinard, René Quiniou

Serial pattern mining consists in extracting the frequent sequential patterns from a unique sequence of itemsets. This paper explores the ability of a declarative language, such as Answer Set Programming (ASP), to solve …

Sequential Pattern Mining

A global Constraint for mining Sequential Patterns with GAP constraint

2015-11-26 · Amina Kemmar, Samir Loudni, Yahia Lebbah, Patrice Boizumault 외

Sequential pattern mining (SPM) under gap constraint is a challenging task. Many efficient specialized methods have been developed but they are all suffering from a lack of genericity. The Constraint Programming (CP) app…

Sequential Pattern Mining

A Subsequence Interleaving Model for Sequential Pattern Mining

2016-02-16 · Jaroslav Fowkes, Charles Sutton

Recent sequential pattern mining methods have used the minimum description length (MDL) principle to define an encoding scheme which describes an algorithm for mining the most compressing patterns in a database. We prese…

modelSequential Pattern Mining