Maximal co-occurrence nonoverlapping sequential rule mining
Yan Li, Chang Zhang, Jie Li, Wei Song, Zhenlian Qi, Youxi Wu, Xindong, Wu

TL;DR
This paper introduces MCoR-Miner, an efficient algorithm for mining maximal co-occurrence nonoverlapping sequential rules, improving support calculation, pruning, and candidate reduction to enhance recommendation performance.
Contribution
The paper presents MCoR-Miner, a novel algorithm that efficiently mines maximal co-occurrence nonoverlapping sequential rules with multiple optimization strategies, outperforming existing methods.
Findings
MCoR-Miner outperforms 10 other algorithms in experiments.
It yields better recommendation performance than frequent co-occurrence pattern mining.
The algorithm effectively reduces computational costs through pruning and screening strategies.
Abstract
The aim of sequential pattern mining (SPM) is to discover potentially useful information from a given se-quence. Although various SPM methods have been investigated, most of these focus on mining all of the patterns. However, users sometimes want to mine patterns with the same specific prefix pattern, called co-occurrence pattern. Since sequential rule mining can make better use of the results of SPM, and obtain better recommendation performance, this paper addresses the issue of maximal co-occurrence nonoverlapping sequential rule (MCoR) mining and proposes the MCoR-Miner algo-rithm. To improve the efficiency of support calculation, MCoR-Miner employs depth-first search and backtracking strategies equipped with an indexing mechanism to avoid the use of sequential searching. To obviate useless support calculations for some sequences, MCoR-Miner adopts a filtering strategy to prune the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic
