Copyright © 2003 Elsevier Science B.V. All rights reserved.
Incremental mining of sequential patterns in large databases
Received 13 March 2002;
References and further reading may be available for this article. To view references and further reading you must purchase this article.
Abstract
In this paper, we consider the problem of the incremental mining of sequential patterns when new transactions or new customers are added to an original database. We present a new algorithm for mining frequent sequences that uses information collected during an earlier mining process to cut down the cost of finding new sequential patterns in the updated database. Our test shows that the algorithm performs significantly faster than the naive approach of mining the whole updated database from scratch. The difference is so pronounced that this algorithm could also be useful for mining sequential patterns, since in many cases it is faster to apply our algorithm than to mine sequential patterns using a standard algorithm, by breaking down the database into an original database plus an increment.
Author Keywords: Sequential patterns; Incremental mining; Data mining
Article Outline
- 1. Introduction
- 2. Statement of the problem
- 2.1. Mining of sequential patterns
- 2.2. Incremental mining on discovered sequential patterns
- 2.3. Related work
- 3. I
algorithm
- 4. Experiments
- 4.1. Datasets
- 4.2. Comparison of I
with GSP
- 4.2.1. Naive vs. I
algorithm
- 4.2.2. Performance in scaled-up databases
- 4.2.3. Varying the size of added transactions
- 4.2.4. Varying the number of added customers
- 4.3. I
for mining sequential patterns
- 5. Conclusion
- References
- Vitae







E-mail Article
Add to my Quick Links

Cited By in Scopus (17)






2. 