DocumentCode
1058030
Title
An UpDown Directed Acyclic Graph Approach for Sequential Pattern Mining
Author
Chen, Jinlin
Author_Institution
Comput. Sci. Dept., City Univ. of New York, Flushing, NY, USA
Volume
22
Issue
7
fYear
2010
fDate
7/1/2010 12:00:00 AM
Firstpage
913
Lastpage
928
Abstract
Traditional pattern growth-based approaches for sequential pattern mining derive length-(k+1) patterns based on the projected databases of length-k patterns recursively. At each level of recursion, they unidirectionally grow the length of detected patterns by one along the suffix of detected patterns, which needs k levels of recursion to find a length-k pattern. In this paper, a novel data structure, UpDown Directed Acyclic Graph (UDDAG), is invented for efficient sequential pattern mining. UDDAG allows bidirectional pattern growth along both ends of detected patterns. Thus, a length-k pattern can be detected in [log2k + 1] levels of recursion at best, which results in fewer levels of recursion and faster pattern growth. When minSup is large such that the average pattern length is close to 1, UDDAG and PrefixSpan have similar performance because the problem degrades into frequent item counting problem. However, UDDAG scales up much better. It often outperforms PrefixSpan by almost one order of magnitude in scalability tests. UDDAG is also considerably faster than Spade and LapinSpam. Except for extreme cases, UDDAG uses comparable memory to that of PrefixSpan and less memory than Spade and LapinSpam. Additionally, the special feature of UDDAG enables its extension toward applications involving searching in large spaces.
Keywords
data mining; data structures; directed graphs; pattern classification; LapinSpam; PrefixSpan; Spade; data structure; minSup; sequential pattern mining; updown directed acyclic graph approach; Data mining algorithm; directed acyclic graph; performance analysis; sequential pattern; transaction database.;
fLanguage
English
Journal_Title
Knowledge and Data Engineering, IEEE Transactions on
Publisher
ieee
ISSN
1041-4347
Type
jour
DOI
10.1109/TKDE.2009.135
Filename
5066969
Link To Document