• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (07): 1286-1295.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

One-off three-way sequential patterns mining

YANG Shi-qi1,WU You-xi1,GENG Meng1,LI Yan2   

  1. (1.School of Artificial Intelligence,Hebei University of Technology,Tianjin 300401;
    2.School of Economics and Management,Hebei University of Technology,Tianjin 300401,China)

  • Received:2023-03-17 Revised:2023-05-30 Accepted:2024-07-25 Online:2024-07-25 Published:2024-07-19

Abstract: One-off sequential pattern mining aims to mining repetitive sequential patterns with gap constraints from sequence. However, current methods do not consider the users’ degree of interest, and treat each character in the sequence equally, which leads to mining many redundant patterns that are uninteresting to users. In order to solve this problem, proposed the one-off three-way sequential pattern (OTP) mining problem by introducing the concept of three-way decision and its efficient solution algorithm OTPM. In terms of support calculation, OTPM algorithm is based on the depth-first search and backtracking strategy, and combines the characteristics of three-way patterns to efficiently solve the support of patterns. In the generation of candidate patterns, OTPM algorithm uses a pattern join strategy to reduce the number of candidate patterns. In addition, a parallelization scheme also is used in OTPM algorithm, improve the mining efficiency of the algorithm by taking full advantage of the multi-core performance of modern processors. Finally, the experimental results verify the significance of studying the OTP mining problem and the efficiency of the OTPM algorithm.


Key words: sequential pattern mining, three-way decision, three-way sequential pattern, one-off, parallel algorithm