Research Article Open Access

A COMBINTORIAL TREE BASED FREQUENT PATTERN MINING

N. Yamuna Devi1 and J. Devi Shree1
  • 1 , India

Abstract

Frequent pattern mining is a process of extracting frequently occurring itemset patterns from very large data storages. These frequent patterns are used to generate association rules which define the relationship among items. The strength of the relationship can be measured using two different units namely support value and confidence level. Any relationship that satisfies minimum threshold of support value is known as frequent pattern. There are several methods and algorithms suggested to mine frequent patterns from large databases. Most of the methods can be assessed for its complexity based on the number of processing levels and number of candidate sets with subsets that are generated in each level. In this study, the combinatorial approach which generates minimal number of combinations using a tree structure and automatically filters infrequent itemsets and mine frequent patterns is suggested. It scans input database once and carries out minimized intersections to count the support value. The complexity is based on the number of transactions and the maximum length of transactions. The new approach purely depends on the size of input transaction database. The combinatorial approach does not depend on the unknown number of processing levels and there is nocandidate sets and subsets generation. The proposed method makes minimal number of combinations when compared to number of candidate sets and subsets in other methods. The method is compared with number of existing legendary methods for its performance.

Journal of Computer Science
Volume 10 No. 9, 2014, 1881-1889

DOI: https://doi.org/10.3844/jcssp.2014.1881.1889

Submitted On: 6 February 2014 Published On: 23 June 2014

How to Cite: Devi, N. Y. & Shree, J. D. (2014). A COMBINTORIAL TREE BASED FREQUENT PATTERN MINING. Journal of Computer Science, 10(9), 1881-1889. https://doi.org/10.3844/jcssp.2014.1881.1889

  • 2,485 Views
  • 1,991 Downloads
  • 0 Citations

Download

Keywords

  • Association Rule Mining
  • Frequent Item Set Mining
  • Combinatorial Approach
  • Tree Structure Based Combinations