login

LGen — A Lattice-Based Candidate Set Generation Algorithm for I/O Efficient Association Rule Mining

Lecture notes in computer sciencePublished 1 January 1999
Chi Lap Yip, K. K. Loo, Ben Kao, David W. Cheung, C. Cheng
Citations8
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

This paper devise a more general candidate set generation algorithm, LGen, which generates candidate itemsets of multiple sizes during each database scan, and shows that, given a reasonable set of suggested large itemsets, L Gen can significantly reduce the number of I/O passes required.

Abstract

Most algorithms for association rule mining are variants of the basic Apriori algorithm []. One characteristic of these Aprioribased algorithms is that candidate itemsets are generated in rounds, with the size of the itemsets incremented by one per round. The number of database scans required by Apriori-based algorithms thus depends on the size of the largest large itemsets. In this paper we devise a more general candidate set generation algorithm, LGen, which generates candidate itemsets of multiple sizes during each database scan. We show that, given a reasonable set of suggested large itemsets, LGen can significantly reduce the number of I/O passes required. In the best cases, only two passes are sufficient to discover all the large itemsets irrespective of the size of the largest ones.

Keywords

Computer Science