Contiguous item sequential pattern mining using UpDown Tree

  • Authors:
  • Jinlin Chen

  • Affiliations:
  • Computer Science Department, Queens College, City University of New York, 65-30 Kissena Blvd., Flushing, New York, NY 11367, USA. Tel.: +1 718 997 3497/ Fax: +1 718 997 3513/ E-mail: jchen@cs.qc.e ...

  • Venue:
  • Intelligent Data Analysis
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper the problem of Contiguous Item Sequential Pattern (CISP) Mining is presented as a sequential pattern mining problem under two constraints. First, each element in a sequence consists of only one item. Second, items appearing in the sequences that contain a pattern must be adjacent with respect to the underlying order as they appear in the pattern. Even though the problem of CISP mining can be solved by using previous approaches on sequential pattern mining under a general constraint description framework, this may lead to poor performance due to the large searching space. To efficiently solve this problem, a new data structure, UpDown Tree, is proposed for CISP mining. UpDown Tree based approach can greatly improve the efficiency of CISP mining in terms of both time and memory comparing to previous approaches. An extensive experimental study has shown promising results with our approach.