1 / 3

A Compression Based Methodology to Mine All Frequent Items

Data mining is not new. People who first discovered how to start fire and that the earth is round also discovered knowledge which is the main idea of Data mining. Data Mining, also called knowledge Discovery in Database, is one of the latest research area, which has emerged in response to the Tsunami data or the flood of data, world is facing nowadays. It has taken up the challenge to develop techniques that can help humans to discover useful patterns in assive data. One such important technique is frequent pattern mining. This paper will present an compression based technique for mining frequent items from a transaction data set. Rajendra Chouhan | Khushboo Sawant | Dr. Harish Patidar "A Compression Based Methodology to Mine All Frequent Items" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-2 | Issue-6 , October 2018, URL: https://www.ijtsrd.com/papers/ijtsrd18423.pdf Paper URL: http://www.ijtsrd.com/engineering/computer-engineering/18423/a-compression-based-methodology-to-mine-all-frequent-items/rajendra-chouhan<br>

Download Presentation

A Compression Based Methodology to Mine All Frequent Items

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. International Journal of Trend in International Open Access Journal International Open Access Journal | www.ijtsrd.com International Journal of Trend in Scientific Research and Development (IJTSRD) Research and Development (IJTSRD) www.ijtsrd.com ISSN No: 2456 ISSN No: 2456 - 6470 | Volume - 2 | Issue – 6 | Sep 6 | Sep – Oct 2018 A Compression Based Methodology Compression Based Methodology to Mine All Frequent Items ll Frequent Items Rajendra Chouhan1, Khushboo Sawant2, Dr. Harish Patidar ,2Assistant Professor, 3HOD, Associate Professor Harish Patidar3 Associate Professor Madhya Pradesh, India Rajendra Chouhan 1M.Tech Scholar, Department of Computer Science Computer Science and Engineering, LNCT, Indore, Madhya Pradesh ABSTRACT Data mining is not new. People who first discovered how to start fire and that the earth is round also discovered knowledge which is the main idea of Data mining. Data Mining, also called knowledge Discovery in Database, is one of the latest research area, which has emerged in response to the Tsunami data or the flood of data, world is facing nowadays. It has taken up the challenge to develop techniques that can help humans to discover useful patterns data. One such important technique is frequent pattern mining. This paper will present an compression based technique for mining frequent items from a transaction data set. Keyword: Data Mining, KDD Process, Frequent Pattern Mining, Minimum Compression. 1.INTRODUCTION The term data mining refers to the extraction or ‘mining’ of valuable knowledge from large amounts of data, in analogy to industrial mining where small sets of valuable nuggets (e.g. gold) are extracted from a great deal of raw material (e.g. rocks). It is the combination of Multiple Disciplines. Figure 1 shows the different disciplines that take part in data mining. Even before technologies were used for Data mining, statisticians were using probability and regressing techniques to model historical data [1]. Today technology allows to capture and store vast quantities of data. Finding and summarizing the patterns, trends, and anomalies in these data sets is one of the big challenges in today’s information age. “With the unprecedented growth-rate at which data is being collected [2] and stored electronically today in almost all fields of human endeavor, the efficient extraction of useful information from the data available is becoming an increasing scientific challenge and a massive economic need” [3]. In Data Mining process, selection and transformation are forms of preprocessing, where one selects part of the complete database and possibly transforms it into a certain form required for the next step. Often data cleaning and data integration are also part of this initial phase of data preparation. The resulting data is the input for the data mining phase, which in its turn results in discovered patterns. The interesting patterns are then presented to the user. As these patterns can be stored as new knowledge in a knowledge base, they can, in turn, again be considered as input for another knowledge discovery process [4]. which have support no less than the user min sup value are mined as frequent patterns. sup value are mined as frequent patterns. Data mining is not new. People who first discovered how to start fire and that the earth is round also discovered knowledge which is the main idea of Data mining. Data Mining, also called knowledge n Database, is one of the latest research area, which has emerged in response to the Tsunami data or the flood of data, world is facing nowadays. It has taken up the challenge to develop techniques that ver useful patterns in assive data. One such important technique is frequent pattern mining. This paper will present an compression based technique for mining frequent items from a e technologies were used for Data mining, statisticians were using probability and regressing techniques to model historical data [1]. Today technology allows to capture and store vast quantities of data. Finding and summarizing the patterns, trends, nomalies in these data sets is one of the big challenges in today’s information age. “With the rate at which data is being collected [2] and stored electronically today in almost all fields of human endeavor, the efficient extraction f useful information from the data available is becoming an increasing scientific challenge and a In Data Mining process, selection and transformation are forms of preprocessing, where one selects part of e and possibly transforms it into a certain form required for the next step. Often data cleaning and data integration are also part of this initial phase of data preparation. The resulting data is the input for the data mining phase, which in its turn lts in discovered patterns. The interesting patterns are then presented to the user. As these patterns can be stored as new knowledge in a knowledge base, they can, in turn, again be considered as input for another knowledge discovery process [4]. All patterns which have support no less than the user-specified Data Mining, KDD Process, Frequent Mining, Minimum Pattern support, support, Data Data The term data mining refers to the extraction or ‘mining’ of valuable knowledge from large amounts of data, in analogy to industrial mining where small sets of valuable nuggets (e.g. gold) are extracted from great deal of raw material (e.g. rocks). It is the combination of Multiple Disciplines. Figure 1 shows the different disciplines that take part in data Figure 1 Show the Multiple Disciplines for data mining Figure 1 Show the Multiple Disciplines for data Figure 2: Frequent Pattern Mining Figure 2: Frequent Pattern Mining @ IJTSRD | Available Online @ www.ijtsrd.com www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Oct 2018 Page: 266

  2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 Frequent pattern mining is used to prune the search space and limit the number of association rules being generated. Many algorithms discussed in the literature use “single min sup framework” to discover the complete set of frequent patterns. The reason for popular usage of “single min sup framework” is that frequent patterns discovered with this framework satisfy downward closure property, i.e., all non subsets of a frequent pattern must also be frequent. The downward closure property makes associa rule mining practical in real-world applications [ [8]. The two popular algorithms to discover frequent patterns are: Apriori [6] and Frequent Pattern (FP-growth) [9] algorithms. The Apriori algorithm employs breadth-first search (or candida and-test) technique to discover the complete set of frequent patterns. The FP-growth algorithm employs depth-first search (or pattern-growth) technique to discover the complete set of frequent patterns. It has been shown in the literature that FP-growth algorithm is relatively efficient than the Apriori algorithm [ is relatively efficient than the Apriori algorithm [9]. Frequent pattern mining is used to prune the search space and limit the number of association rules being generated. Many algorithms discussed in the literature sup framework” to discover the complete set of frequent patterns. The reason for the STEP3: FIRST THE PROPOSED ALGORITHM SCANS THE TRANSACTION DATA BASE AND CALULATES THE SUPPORT OF EACH SINGLE SIZE ITEM. STEP4: IN THIS STEP A LIST OF FREQUENT ITEM AND INFREQUENT ITEM IS PREPARED ON MINIMUM SUPPORT THRESHOLD. IF AN ITEM IS HAVING SUPPORT GREATER THAN SUPPORT THRESHOLD THEN ITEM IS PLACED IN FREQUENT ITEM LIST AND ALSO IN EXPANSION LIST. OTHERWISE IT INFREQUENT ITEM LIST STEP5: REMOVE THE TRANSACTION WHICH DOES NOT CONTAIN ANY FREQUENT ITEM STEP 6: IN THIS STEP, ALL THE MEMBERS OF THE INFREQUENT ITEM LIST ARE REMOVED FROM THE TRANSACTION DATA BASE BECAUSE THEY WILL NOT APPEAR IN ANY FREQUENT ITEM SET. IN THIS WAY, THE ORIGINAL TRANSACTION CONVERTED INTO REDUCED SIZE DATA BASE. NOW THIS REDUCED DATA BASE WILL BE USED IN THE CALCULATION FREQUENT ITEM SETS. STEP7: WHILE EXPANSION LIST IS NOT EMPTY PERFORM LEFT EXPANSION OF SMALLER GENERATE HIGHER SIZE ITEMS AND THEN REPEAT STEP 4 FOR THEM OR PERFORM RIGHT ELEMENTS AND THEN REPEAT STEP4 FORTHEM. STEP8: WRITE THE LIST OF FREQUENT ITEM SETS STEP9: STOP 4.RESULT The proposed and existing implemented in Java. The retail data set is used as the input data set. The time consumed by both algorithms (For minimum support 40 percent) For minimum support 40 percent) is shown below FIRST THE PROPOSED ALGORITHM SCANS THE TRANSACTION DATA BASE AND CALULATES THE SUPPORT OF EACH SINGLE SIZE ITEM. IN THIS STEP A LIST OF FREQUENT ITEM AND INFREQUENT ITEM IS PREPARED ON MINIMUM SUPPORT THRESHOLD. framework” is that frequent patterns discovered with this framework satisfy downward closure property, i.e., all non-empty subsets of a frequent pattern must also be frequent. The downward closure property makes association THE THE BASIS BASIS OF OF IF AN ITEM IS HAVING SUPPORT GREATER THAN SUPPORT THRESHOLD THEN ITEM IS PLACED IN FREQUENT ITEM LIST AND ALSO IN EXPANSION LIST. OTHERWISE IT INFREQUENT ITEM LIST world applications [7] THE THE MINIMUM MINIMUM . The two popular algorithms to discover frequent ] and Frequent Pattern-growth ] algorithms. The Apriori algorithm first search (or candidate-generate- test) technique to discover the complete set of growth algorithm employs IS IS PLACED PLACED IN IN growth) technique to REMOVE THE TRANSACTION WHICH DOES NOT CONTAIN ANY FREQUENT discover the complete set of frequent patterns. It has growth algorithm STEP 6: IN THIS STEP, ALL THE MEMBERS OF THE INFREQUENT ITEM LIST ARE REMOVED FROM THE TRANSACTION DATA BASE BECAUSE THEY WILL R IN ANY FREQUENT ITEM SET. IN THIS WAY, THE ORIGINAL TRANSACTION CONVERTED INTO REDUCED SIZE DATA BASE. NOW THIS REDUCED DATA BASE WILL BE USED IN THE CALCULATION FREQUENT ITEM SETS. WHILE EXPANSION LIST IS NOT RFORM LEFT EXPANSION OF SMALLER GENERATE HIGHER SIZE ITEMS AND THEN REPEAT STEP 4 FOR THEM 2.RELATED WORK As a result additional interestingness measures, such as lift, correlation and all-confidence, have been proposed in the literature interestingness of an association rule [10 measure has its own selection bias that justifies the rationale for preferring a set of association rules over another [11]. As a result, selecting a right interestingness measure for mining association rules is a tricky problem. To confront this problem, a framework has been suggested in for selecting a right measure. In this framework, authors have discussed various properties of a measure and suggested to choose a measure depending on the properties interesting to the user. As a result additional interestingness measures, such confidence, have been literature an association rule [10]. Each proposed in the to to address address the the DATA DATA BASE BASE IS IS measure has its own selection bias that justifies the sociation rules over ]. As a result, selecting a right interestingness measure for mining association rules is blem. To confront this problem, a OF OF LARGER LARGER SIZE SIZE for selecting a right measure. In this framework, authors have discussed various properties of a measure and suggested to choose a measure depending on the properties SIZE SIZE ITEMS ITEMS TO TO Generally, frequent-pattern mining results in a huge number of patterns of which most can be found to be insignificant according to application and/or user requirements. As a result, there have been efforts in the literature to mine constraint-based and interest based frequent patterns [12], [13 In recent times, temporal periodicity of frequent patterns has been used as an interestingness criterion to discover a class of user-interest based frequent patterns, called periodic-frequent patterns [ frequent patterns [16]. pattern mining results in a huge number of patterns of which most can be found to be insignificant according to application and/or user requirements. As a result, there have been efforts in PERFORM RIGHT ELEMENTS AND THEN REPEAT STEP4 EXPANSION OF EXPANSION OF based and/or user- [13], [14], [15]. WRITE THE LIST OF FREQUENT ITEM In recent times, temporal periodicity of frequent patterns has been used as an interestingness criterion interest based frequent proposed and existing algorithm algorithms are 3.PROPOSED METHOD STEP1: START STEP2: INPUT TRANSACTION DATA SET & MINIMUM SUPPORT THRESHOLD MINIMUM SUPPORT THRESHOLD implemented in Java. The retail data set is used as the e consumed by both algorithms INPUT TRANSACTION DATA SET & @ IJTSRD | Available Online @ www.ijtsrd.com www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Oct 2018 Page: 267

  3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 large databases", In SIGMOD Conference, pages 207–216, 1993. 7.Chen Chun-Hao , Hong Tzung Vincent S. , “Genetic-fuzzy mining with multiple minimum supports based on fuzzy clustering”, 2319-2333, Springer 2011. 8.Weimin Ouyang , Qinhua Huang , “Mining direct and indirect fuzzy association rules with multiple minimum supports in large transaction databases”, 947 – 951, IEEE 2011. 9.Han J., Pei J., Yin Y., and Mao R., "Mining frequent patterns without candidate generation: A frequent-pattern tree approach", Data Min. Knowledge. Discovery. 8(1):53 10.Haiying Ma,Dong Gang, “Generalized association rules and decision tree”, Page(s) 4600 IEEE, 2011. 11.Kim Hyea Kyeong, Kim Jae Kyeong , “A product network analysis for extending the market basket analysis”, Pages 7403–7410, Elsevier 2012. 12.Tan P.-N., Kumar V., and Srivastava J. "Selecting the right interestingness measure for association patterns". In KDD, pages 32 13.Vaillant B., Lenca P. , and Lallich S. "A clustering of interestingness measures". Pages 290 Springer, 2004. 14.Hu T., Sung S. Y., Xion "Discovery of maximum itemsets". Inf. Sci., 178:69 15.Schmidt Jana and Augmented Itemset Tree: A Data Structure for Online Maximum Frequent Pattern Mining”, pp 277-291 Springer 2011. 16.Tanbeer S. K., Ahmed C. F., Jeong B. Y.-K., "Discovering periodic transactional databases". Proceedings of the 13th Pacific on Advances in Knowledge Discovery and Data Mining, pages 242–253, Berli Springer-Verlag 2009. large databases", In SIGMOD Conference, pages Hao , Hong Tzung-Pei and Tseng fuzzy mining with multiple minimum supports based on fuzzy clustering”, 2333, Springer 2011. Weimin Ouyang , Qinhua Huang , “Mining direct and indirect fuzzy association rules with multiple minimum supports in large transaction databases”, Figure 3: Time Consumption Comparison 5.CONCLUSION: Frequent pattern mining has a wide range of real world applications. That’s why it is one of the most favorite topic of research. Frequent mining helps in mining of items which are worthy. This paper proposed an updated method to find sets from a transaction data set. The proposed method makes use of data compression for data reduction Useless items are eliminated in the initial stage of the mining process. REFERENCES 1.Groth Robert. "Data Mining: A Hands Approach for Business Professionals". Prentice Hall PTR, 1998. 2.Witten Ian and Eibe. Frank, "Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations". San Francisco: Morgan Kaufmann Publishers, 2000. 3.Zaki Mohammed and Ho Ching- Scale Parallel Data Mining". Berlin: Springer, 2000. 4.From Data Mining to Knowledge Discovery in Databases Usama Fayyad, Gregory Piatetsky Shapiro, and Padhraic Smyth. 5.Omiecinski E., "Alternative interest mining associations in databases", IEEE Trans. Knowl. Data Eng., 15(1):57–69, 2003. 6.Agrawal R., Imielinski T., and Swami A. N., "Mining association rules between sets of items in Figure 3: Time Consumption Comparison Han J., Pei J., Yin Y., and Mao R., "Mining frequent patterns without candidate generation: A pattern tree approach", Data Min. Knowledge. Discovery. 8(1):53–87, 2004. requent pattern mining has a wide range of real world applications. That’s why it is one of the most g Ma,Dong Gang, “Generalized association rules and decision tree”, Page(s) 4600 – 4603, mining helps in mining of items which are worthy. This paper frequent item m a transaction data set. The proposed method data compression for data reduction. Useless items are eliminated in the initial stage of the Kim Hyea Kyeong, Kim Jae Kyeong , “A product network analysis for extending the market basket 7410, Elsevier 2012. , and Srivastava J. "Selecting the right interestingness measure for association patterns". In KDD, pages 32–41, 2002. Robert. "Data Mining: A Hands-on Approach for Business Professionals". Prentice Vaillant B., Lenca P. , and Lallich S. "A clustering of interestingness measures". Pages 290–297. Witten Ian and Eibe. Frank, "Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations". San Francisco: Hu T., Sung S. Y., Xiong H., and Fu Q., "Discovery of maximum itemsets". Inf. Sci., 178:69–87, January 2008. length length frequent frequent hers, 2000. -Tien, "Large- Kramer Kramer Stefan, “The Scale Parallel Data Mining". Berlin: Springer, Augmented Itemset Tree: A Data Structure for Online Maximum Frequent Pattern Mining”, pp From Data Mining to Knowledge Discovery in Databases Usama Fayyad, Gregory Piatetsky- beer S. K., Ahmed C. F., Jeong B.-S., and Lee K., "Discovering periodic-frequent patterns in transactional databases". Proceedings of the 13th Pacific-Asia Conference on Advances in Knowledge Discovery and Data 253, Berlin, Heidelberg, In In PAKDD PAKDD ’09: ’09: Omiecinski E., "Alternative interest measures for mining associations in databases", IEEE Trans. 69, 2003. Agrawal R., Imielinski T., and Swami A. N., "Mining association rules between sets of items in @ IJTSRD | Available Online @ www.ijtsrd.com www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Oct 2018 Page: 268

More Related