parator Database and SPM-Tree Framework for Mining Sequential Patterns Using PrefixSpan with Pseudoprojection
Sequential pattern mining is a new branch of data mining science that solves intertransaction pattern mining problems. Efficiency and scalability on mining complete set of patterns is the challenge of sequential pattern mining. A comprehensive performance study has been reported that PrefixSpan,...
Saved in:
Main Author: | |
---|---|
Format: | Thesis |
Language: | English |
Published: |
2008
|
Subjects: | |
Online Access: | http://utpedia.utp.edu.my/8549/1/2008%20Master%20-%20Separator%20Database%20and%20SPM-Tree%20Framework%20for%20Mining%20Sequential%20Patterns%20using%20Pref.pdf http://utpedia.utp.edu.my/8549/ |
Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Institution: | Universiti Teknologi Petronas |
Language: | English |
Summary: | Sequential pattern mining is a new branch of data mining science that solves intertransaction
pattern mining problems. Efficiency and scalability on mining complete
set of patterns is the challenge of sequential pattern mining. A comprehensive
performance study has been reported that PrefixSpan, one of the sequential pattern
mining algorithms, outperforms GSP, SPADE, as well as FreeSpan in most cases, and
PrefixSpan integrated with pseudoprojection technique is the fastest among those
tested algorithms. Nevertheless, Pseudoprojection technique, which requires
maintaining and visiting the in-memory sequence database frequently until all patterns
are found, consumes a considerable amount of memory space and induces the
algorithm to undertake many redundant and unnecessary checks to this copy of
original database into memory when the candidate patterns are examined. Moreover,
improper management of intermediate databases may adversely affect the execution
time and memory utilization. In the present work, Separator Database is proposed to
improve PrefixSpan with pseudoprojection through early removal of uneconomical
in-memory sequence database, whilst SPM-Tree Framework is proposed to build the
intermediate databases. By means of procedures for building index set of longer
patterns using Separator Database, some procedure in accordance to in-memory
sequence database can be removed, thus most of the memory space can be released
and some obliteration of redundant checks to in-memory sequence database reduce
the execution time. By storing intermediate databases into SPM-Tree Framework, the
sequence database can be stored into memory and the index set may be built. Using
Java as a case study, a series of experiment was conducted to select a suitable API
class named Collections for this framework. The experimental results show that
Separator Database always improves, exponentially in some cases, PrefixSpan with
pseudoprojection. The results also show that in Java, ArrayList is the most
suitable choice for storing Object and ArrayintList is the most suitable choice for storing integer data. This novel approach of integrating Separator Database and
SPM-Tree Framework using these choices of Java Collections outperforms
PrefixSpan with pseudoprojection in terms of CPU performance and memory
utilization. Future research includes exploring the use of Separator Database in
PrefixSpan with pseudoprojection to improve mining generalized sequential patterns,
particularly in handling mining constrained sequential patterns. |
---|