SPADE: An Efficient Algorithm for Mining Frequent Sequences
作者:Mohammed J. Zaki
摘要
In this paper we present SPADE, a new algorithm for fast discovery of Sequential Patterns. The existing solutions to this problem make repeated database scans, and use complex hash structures which have poor locality. SPADE utilizes combinatorial properties to decompose the original problem into smaller sub-problems, that can be independently solved in main-memory using efficient lattice search techniques, and using simple join operations. All sequences are discovered in only three database scans. Experiments show that SPADE outperforms the best previous algorithm by a factor of two, and by an order of magnitude with some pre-processed data. It also has linear scalability with respect to the number of input-sequences, and a number of other database parameters. Finally, we discuss how the results of sequence mining can be applied in a real application domain.
论文关键词:sequence mining, sequential patterns, frequent patterns, data mining, knowledge discovery
论文评审过程:
论文官网地址:https://doi.org/10.1023/A:1007652502315