A Hybrid Approach for Mining Maximal Hyperclique Patterns

YC Huang,H Xiong,WL Wu,ZN Zhang
DOI: https://doi.org/10.1109/ictai.2004.11
2004-01-01
Abstract:A hyperclique pattern [H. Xiong et al. (2003)] is a new type of association pattern that contains items which are highly affiliated with each other. More specifically, the presence of an item in one transaction strongly implies the presence of every other item that belongs to the same hyperclique pattern. We present a new algorithm for mining maximal hyperclique patterns, which are desirable for pattern-based clustering methods [H. Xiong et al. (2004)]. This algorithm exploits key advantages of both the depth first search (DFS) strategy and the breadth first search (BFS) strategy. Indeed, we adapt the equivalence pruning method, one of the most efficient pruning methods of the DFS strategy, into the process of the BFS strategy. As demonstrated by our experimental results, the performance of our algorithm can be orders of magnitude faster than standard maximal frequent pattern mining algorithms, particularly at low levels of support.
What problem does this paper attempt to address?