CFP last date
22 April 2024
Reseach Article

Mining Frequent Itemsets by using Binary Search Tree Approach

by CH.M.H.Saibaba, Dr. Rekha Redamalla
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 27 - Number 5
Year of Publication: 2011
Authors: CH.M.H.Saibaba, Dr. Rekha Redamalla
10.5120/3296-4502

CH.M.H.Saibaba, Dr. Rekha Redamalla . Mining Frequent Itemsets by using Binary Search Tree Approach. International Journal of Computer Applications. 27, 5 ( August 2011), 27-30. DOI=10.5120/3296-4502

@article{ 10.5120/3296-4502,
author = { CH.M.H.Saibaba, Dr. Rekha Redamalla },
title = { Mining Frequent Itemsets by using Binary Search Tree Approach },
journal = { International Journal of Computer Applications },
issue_date = { August 2011 },
volume = { 27 },
number = { 5 },
month = { August },
year = { 2011 },
issn = { 0975-8887 },
pages = { 27-30 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume27/number5/3296-4502/ },
doi = { 10.5120/3296-4502 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T20:12:59.665816+05:30
%A CH.M.H.Saibaba
%A Dr. Rekha Redamalla
%T Mining Frequent Itemsets by using Binary Search Tree Approach
%J International Journal of Computer Applications
%@ 0975-8887
%V 27
%N 5
%P 27-30
%D 2011
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Data Mining is the process of extracting hidden patterns from data. Finding frequent itemsets is computationally the most expensive step in association rule discovery. The Efficient Hashing Tree (EHT) algorithm is even faster than Apriori and FP- growth algorithms. Its drawback is however, that the time needed to build a compact tree and the memory requirement depends upon the number of frequent 2 – itemsets. [1] The above drawbacks are rectified by using Binary Search Tree (BST) algorithm. By using this approach we can construct a binary search tree very quickly by considering the frequent itemsets. This algorithms works well for 1–itemset, 2–itemsets, 3–itemsets and more than 3–itemsets. By using this approach it requires very less memory requirement for mining frequent itemsets.

References
  1. A.V. Senthil Kumar and R.S.D. Wahidabanu, “Mining Frequent Itemsets: Efficient Hashing and Tree Based Approach”, International Journal of Computer Science and Software Technology (IJCSST), Vol 1, No.1, January – June 2008, pp 1 – 5.
  2. Mingjun Song and Sanguthevar Rajasekaran, Member, IEEE, “A Transaction Mapping Algorithm for Frequent Itemsets Mining”, IEEE Transactions on Knowledge and Data Engineering, pp 1 – 4.
  3. Sara Ansari and Mohammad Hadi Sadreddini, “An Efficient Approach to Mining Frequent Itemsets on Data Streams”, Proceedings of World Academy of Science, Engineering and Technology, Volume 37, January 2009, pp 489 – 492.
  4. Karam Gouda and Mohammed J Zaki, “Efficiently Mining Maximal Frequent Itemsets”, pp 1 – 4.
  5. Ruoming Jin and Gagan Agarwal, “An Algorithm for In – Core Frequent Itemset Mining on Streaming Data”, pp 1 – 4.
  6. Azzam Sleit, Wesam AlMobaideen, Aladdin H. Baarah and Adel H, Abusitta, “An Efficient Pattern Matching Algorithm”, Journal of Applied Sciences 7 (18), 2691 – 2695, 2007, pp 2691 – 2693.
Index Terms

Computer Science
Information Sciences

Keywords

Binary Search Tree Efficient Hashing Tree (EHT)