Abstract
Mining frequent itemset using bit-vector representation approach is very efficient for small dense datasets, but highly inefficient for sparse datasets due to lack of any efficient bit-vector projection technique. In this paper we present a novel efficient bit-vector projection technique, for sparse and dense datasets. We also present a new frequent itemset mining algorithm Ramp ( Real Algorithm for Mining Patterns) using bit-vector representation approach and our bit-vector projection technique. The performance of the Ramp is compared with the current best frequent itemset mining algorithms. Different experimental results on sparse datasets show that mining frequent itemset using Ramp is faster than the current best algorithms.