Performance Analysis of Sequential Pattern Mining Algorithms on Large Dense Datasets



Similar documents
Analysis of Large Web Sequences using AprioriAll_Set Algorithm

Binary Coded Web Access Pattern Tree in Education Domain

A Way to Understand Various Patterns of Data Mining Techniques for Selected Domains

Static Data Mining Algorithm with Progressive Approach for Mining Knowledge

IncSpan: Incremental Mining of Sequential Patterns in Large Database

An Effective System for Mining Web Log

MAXIMAL FREQUENT ITEMSET GENERATION USING SEGMENTATION APPROACH

Discovering Sequential Rental Patterns by Fleet Tracking

SPMF: a Java Open-Source Pattern Mining Library

Directed Graph based Distributed Sequential Pattern Mining Using Hadoop Map Reduce

WEB SITE OPTIMIZATION THROUGH MINING USER NAVIGATIONAL PATTERNS

Comparison of Data Mining Techniques for Money Laundering Detection System

A Time Efficient Algorithm for Web Log Analysis

A Fraud Detection Approach in Telecommunication using Cluster GA

Mining Sequence Data. JERZY STEFANOWSKI Inst. Informatyki PP Wersja dla TPD 2009 Zaawansowana eksploracja danych

An Efficient GA-Based Algorithm for Mining Negative Sequential Patterns

International Journal of World Research, Vol: I Issue XIII, December 2008, Print ISSN: X DATA MINING TECHNIQUES AND STOCK MARKET

Selection of Optimal Discount of Retail Assortments with Data Mining Approach

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10

MINING THE DATA FROM DISTRIBUTED DATABASE USING AN IMPROVED MINING ALGORITHM

A Hybrid Data Mining Approach for Analysis of Patient Behaviors in RFID Environments

A Comparative study of Techniques in Data Mining

A COGNITIVE APPROACH IN PATTERN ANALYSIS TOOLS AND TECHNIQUES USING WEB USAGE MINING

Web Mining Patterns Discovery and Analysis Using Custom-Built Apriori Algorithm

Data Mining Solutions for the Business Environment

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

ASSOCIATION RULE MINING ON WEB LOGS FOR EXTRACTING INTERESTING PATTERNS THROUGH WEKA TOOL

Top Top 10 Algorithms in Data Mining

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

An application for clickstream analysis

A hybrid algorithm combining weighted and hasht apriori algorithms in Map Reduce model using Eucalyptus cloud platform

New Matrix Approach to Improve Apriori Algorithm

DEVELOPMENT OF HASH TABLE BASED WEB-READY DATA MINING ENGINE

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

WebAdaptor: Designing Adaptive Web Sites Using Data Mining Techniques

SEQUENCE MINING ON WEB ACCESS LOGS: A CASE STUDY. Rua de Ceuta 118, 6 andar, Porto, Portugal csoares@liacc.up.pt

VILNIUS UNIVERSITY FREQUENT PATTERN ANALYSIS FOR DECISION MAKING IN BIG DATA

A Survey on Web Mining From Web Server Log

Top 10 Algorithms in Data Mining

Fast Discovery of Sequential Patterns through Memory Indexing and Database Partitioning

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD

Finding Frequent Patterns Based On Quantitative Binary Attributes Using FP-Growth Algorithm

A Survey on Association Rule Mining in Market Basket Analysis

Frequent Pattern Mining in Web Log Data

Distributed Framework for Data Mining As a Service on Private Cloud

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

Data Mining System, Functionalities and Applications: A Radical Review

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India

Users Interest Correlation through Web Log Mining

Association rules for improving website effectiveness: case analysis

Personalization of Web Search With Protected Privacy

Future Trend Prediction of Indian IT Stock Market using Association Rule Mining of Transaction data

On Mining Group Patterns of Mobile Users

Research and Development of Data Preprocessing in Web Usage Mining

PREDICTIVE MODELING OF INTER-TRANSACTION ASSOCIATION RULES A BUSINESS PERSPECTIVE

Improving Apriori Algorithm to get better performance with Cloud Computing

A Survey on Outlier Detection Techniques for Credit Card Fraud Detection

Web Log Based Analysis of User s Browsing Behavior

Performance Analysis of Apriori Algorithm with Different Data Structures on Hadoop Cluster

Web Users Session Analysis Using DBSCAN and Two Phase Utility Mining Algorithms

Data Mining Approach in Security Information and Event Management

Bisecting K-Means for Clustering Web Log data

PREPROCESSING OF WEB LOGS

Efficient Critical System Event Recognition and Prediction in Cloud Computing Systems

Association Technique on Prediction of Chronic Diseases Using Apriori Algorithm

International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April ISSN

Graph Mining and Social Network Analysis

Mining an Online Auctions Data Warehouse

Enhanced Boosted Trees Technique for Customer Churn Prediction Model

Arti Tyagi Sunita Choudhary

Business Lead Generation for Online Real Estate Services: A Case Study

Automatic Recommendation for Online Users Using Web Usage Mining

Data Mining in Web Search Engine Optimization and User Assisted Rank Results

Analysis of Server Log by Web Usage Mining for Website Improvement

Mining Association Rules: A Database Perspective

Sustaining Privacy Protection in Personalized Web Search with Temporal Behavior

Spam Detection Using Customized SimHash Function

Explanation-Oriented Association Mining Using a Combination of Unsupervised and Supervised Learning Algorithms

Web Usage Association Rule Mining System

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

Example application (1) Telecommunication. Lecture 1: Data Mining Overview and Process. Example application (2) Health

PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY

RULE-BASE DATA MINING SYSTEMS FOR

Dynamic Data in terms of Data Mining Streams

An Efficient Frequent Item Mining using Various Hybrid Data Mining Techniques in Super Market Dataset

2.1. Data Mining for Biomedical and DNA data analysis

Efficient Integration of Data Mining Techniques in Database Management Systems

ISSN: A Review: Image Retrieval Using Web Multimedia Mining

D A T A M I N I N G C L A S S I F I C A T I O N

KOINOTITES: A Web Usage Mining Tool for Personalization

Big Data Mining Services and Knowledge Discovery Applications on Clouds

Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing

Web Mining Techniques in E-Commerce Applications

Enhancing Quality of Data using Data Mining Method

Association Rules Mining: A Recent Overview

Discovery of Maximal Frequent Item Sets using Subset Creation

A SEMANTICALLY ENRICHED WEB USAGE BASED RECOMMENDATION MODEL

Mining On-line Newspaper Web Access Logs

Indirect Positive and Negative Association Rules in Web Usage Mining

Transcription:

Performance Analysis of Sequential Pattern Mining Algorithms on Large Dense Datasets Dr. Sunita Mahajan 1, Prajakta Pawar 2 and Alpa Reshamwala 3 1 Principal, 2 M.Tech Student, 3 Assistant Professor, 1 Institute of Computer Science, 2, 3 Computer Engineering Department. 1 MET, Mumbai University, Bandra, 2, 3 MPSTME, SVKM s NMIMS University Mumbai, India ABSTRACT Sequential Pattern Mining involves applying data mining methods to large web data repositories to extract usage patterns. With the proliferation of Internet, discovery and analysis of useful information from the World Wide Web becomes a practical necessity. It has become much more difficult to access relevant information from the Web with the explosive growth of information available on the World Wide Web. Web usage mining has become a fertile field of research for improving designs of web sites, analyzing system performance as well as network communications, understanding user reaction, motivation and building adaptive Web sites. Owing to important applications such as mining web page traversal sequences, many algorithms have been introduced in the area of sequential pattern mining over the last decade. Sequential pattern mining algorithms can be classified into (a) Apriori-based such as GSP (Generalised Sequential Pattern), SPADE (Sequential PAttern Discovery using Equivalent Class) and SPAM(Sequential PAttern mining), (b) Pattern-growth such as Prefixspan and (3) Early-pruning methods such as AprioriAll_Set algorithm. This paper implements all the mentioned sequential pattern mining algorithms on the Web sequential Datasets KDD CUP 2000 and MSNBC. As shown by the simulation results, Prefixspan gives best performance for dense dataset such as KDD cup 2000 and AprioriAll_Set an early pruning algorithm gives best performance for heavily dense dataset. Among the apriori based and pattern growth based algorithms SPADE performs best for heavily dense dataset but requires the maximum memory. Hence for heavily dense dataset, among the apriori based and pattern growth based algorithms Prefixspan gives best performance both in space and time. Keywords: Generalized Sequential Pattern Mining, Web Usage Mining, Sequential Pattern Mining, ApioriAll, Set Theory, Sequential PAttern Mining, Sequential PAttern Discovery using Equivalence classes 1. INTRODUCTION Data Mining is the process of extracting useful information which is hidden in large databases. The knowledge or pattern mined could be used to make decisions. Sequential pattern mining is one of the major areas of research in the field of data mining as patterns from a sequence database. With massive amounts of data continuously being collected and stored, many industries are becoming interested in mining sequential patterns from their database. Sequential pattern mining is one of the most well-known methods and has broad applications including web-log analysis, customer purchase behavior analysis and medical record analysis. In the retailing business, sequential patterns can be mined from the transaction records of customers. For example, having bought a notebook, a customer comes back to buy a PDA and a WLAN card next time. The retailer can use such information for analyzing the behavior of the customers, to understand their interests, to satisfy their demands, and above all, to predict their needs. In the medical field, sequential patterns of symptoms and diseases exhibited by patients identify strong symptom/disease correlations that can be a valuable source of information for medical diagnosis and preventive medicine. In Web log analysis, the exploring behavior of a user can be extracted from member records or log files. For example, having viewed a web page on Data Mining, user will return to explore Business Intelligence for new information next time. These sequential patterns yield huge benefits, when acted upon, increases customer royalty. For example, retail stores often collect customer purchase records in sequence databases in which a sequential pattern would indicate a customer s buying habit. In such a database, each purchase would be represented as a set of items purchased and a customer sequence would be a sequence of such itemsets. More formally, given a sequence database and a user-specified minimum support threshold, sequential pattern mining is defined as finding all frequent subsequences that meet the given minimum support threshold [2]. GSP [17], PrefixSpan [13], SPADE [24], and SPAM [1] are some well known algorithms to locate such patterns efficiently. Knowledge extraction from the World Wide Web has become an important and challenging task as enormous amount of data in form of semi-structured nature is available. Web mining is the application of data mining techniques to discover patterns from the Web [1]. In Web Mining, data can be collected at the server-side, client-side, proxy servers, or obtained from an organization s database; which contains business data or consolidated Web data. The information gathered through Web mining is evaluated by using traditional data mining parameters such as clustering and classification, Volume 3, Issue 2, February 2014 Page 345

association, and examination of sequential patterns [2]. According to analysis targets, web mining can be divided into three different types, which are Web usage mining, Web content mining and Web structure mining. Web Usage mining has a lot of application in real life such as Improving designs of web sites, analyzing system performance as well as network Communications, understanding user reaction, motivation and Building adaptive Web sites; it is now a very important and useful subject. Web usage mining is concerned with finding user navigational patterns on the World Wide Web by extracting knowledge from web logs, where ordered sequences of events in the sequence database are composed of single items and not sets of items, with the assumption that a web user can physically access only one web page at any given point in time. The pattern mining and researches in data mining, machine learning as well as statistics are mainly focused on analysis of the web pattern discovery. As for pattern mining, it could be: - Statistical analysis, used to obtain useful statistical information such as the most frequently accessed pages; Association rule mining [2], used to find references to a set of pages that are accessed together with a support value exceeding some specified threshold; Sequential pattern mining [3], used to discover frequent sequential patterns which are lists of Web pages ordered by viewing time for predicting visit patterns; Clustering, used to group together users with similar characteristics; Classification, used to group together users into predefined classes based on their characteristics. Currently, most web usage-mining solutions consider web access by a user as one page at a time, giving rise to special sequence database with only one item in each sequence s ordered event list. Thus, given a set of events E = {a, b, c, d, e, f }, which may represent product web pages accessed by users in an e-commerce application, a web access sequence database for four users may have four records: [T1, <abdac>]; [T2, <eaebcac>]; [T3, <babfaec>]; [T4, <abfac>]. A web log pattern mining on this web sequence database can find a frequent sequence, abac, indicating that over 90% of users who visit product a s web page also immediately visit product b s web page and then revisit product a s page, before visiting product c s page. Store managers may then place promotional prices on product a s web page, which is visited a number of times in sequence, to increase the sale of other products. The web log could be on the server-side, client-side, or on a proxy server, each with its own benefits and drawbacks in finding the users relevant patterns and navigational sessions. 2. RELATED WORK Mining frequent web access patterns from very large databases (e.g. using click-stream analysis) has been studied intensively and there are a variety of approaches. Most of the previous studies have adopted a sequential patterns mining technique which aims to find sub-sequences that appear frequently in a sequence database on a web log access sequence. In web server logs, a visit by a client is recorded over a period of time and the discovery of sequential patterns allows web-based organizations to predict user visit patterns, which helps in targeting advertising aimed at groups of users based on these patterns. Sequential pattern mining was proposed in [3], using the main idea of association rule mining presented in Apriori algorithm of [2]. Later, three algorithms (Apriori, AprioriAll, and AprioriSome) to handle sequential mining problem were proposed in [3]. Following this, the GSP (Generalized Sequential Patterns) [4] algorithm, which is 20 times faster than the Apriori algorithm in [3] was proposed. The PSP (Prefix Tree for Sequential Patterns) [5] approach is much similar to the GSP algorithm [4]. The main idea of Graph Traversal mining which is proposed by [6][7], is using a simple unweighted graph to reflect the relationship between the pages of Web sites. The Web Utilization Miner (WUM) [8] tool aims to discover sequential patterns that are considered as interesting from a statistical point of view. The WAP-mine, described in [1], is a method that allows the extraction of frequent patterns from the user sessions. The authors of [9] were interested in discovering contiguous sequence patterns in a Web log file; The FS-Miner algorithm [10] is based on the FS-Tree that is a compressed tree used to represent sequences. The ApproxMAP [11] combines clustering and sequential patterns for extraction of multiple alignment sequential pattern mining. Pre-Order Linked WAP-Tree Mining (PLWAP) algorithm has been presented by [12] for efficiently mining of sequential patterns from the Web log. Automatic Log mining via Genetic algorithm to mine sequential accesses from Web log files has been proposed by [13]. An intelligent recommender system known as SWARS (Sequential Web Access based Recommender System) that uses sequential access pattern mining is proposed in [14]. Traditional sequential patterns mining approaches such as Apriori-based algorithms [3, 4] encounter the problem that multiple scans of the database are required in order to determine which candidates are actually frequent. Most of the solutions provided so far for reducing the computational cost resulting from the apriori property use a bitmap vertical representation of the access sequence database [15][16][17][18] and employ bitwise operations to calculate support at each iteration. The transformed vertical databases, in their turn, introduce overheads that lower the performance of the proposed algorithm, but not necessarily worse than that of pattern-growth algorithms. Chiu et al. [19] propose the DISCall algorithm along with the Direct Sequence Comparison DISC technique, to avoid support for counting by pruning nonfrequent sequences according to other sequences of the same length. There is still no variation of the DISC-all for web log mining. Breadth-first search, generate-and-test, and multiple scans of the database, which are discussed below, are all key features of apriori-based methods that pose challenging problems, hinder the performance of the algorithms. Pei et al. introduced a compressed data structure called Web Access Pattern tree (or WAP-tree), which facilitates the development Volume 3, Issue 2, February 2014 Page 346

of algorithms for mining access patterns from pieces of web logs [1]. Since then, many modifications were proposed in order to further improve efficiency, by eliminating the need to perform any re-construction of intermediate WAP-trees during mining; for example the Position Coded Pre-order Linked Web Access Pattern mining algorithm [20][21], Conditional Sequence mining algorithm [22] and the modified Web Access Pattern (mwap) algorithm [23]. Sequential pattern mining algorithms can be classified into apriori-based, pattern-growth, early-pruning, and hybrids of these three techniques. Breadth-first search, generate-and-test, and multiple scans of the database, are all key features of apriori-based methods that pose challenging problems and hinder the performance of the algorithms. The apriori-based algorithms are found to be too slow and have a large search space, while pattern-growth algorithms have been tested extensively on mining the web log and found to be fast, early-pruning algorithms have had success with protein sequences stored in dense databases. Shang Gao et al. approach in [24], relaxes the constraint described in AprioriAll/Some and improves the performance by user oriented and self adaptive approach than the probabilistic knowledge representation. The key features of pattern growth based sequential pattern mining algorithms are: Sampling and/ compression, Candidate Sequence pruning, search space partitioning, tree projections, Depth first traversal, suffix/prefix growth and memory only. For example the pattern growth based PrefixSpan [27] algorithm is implemented in this paper. In this paper, Traditional set based apriori-based algorithm proposed by A. Reshamwala and S. Mahajan in [25], is implemented as the algorithm has acceptable performance measures such as low CPU execution time and low memory utilization when mined with low minimum support values and maximum confidence among the patterns generated. The algorithm performs a Breadth-first search, with the implementation of Hash Map data structure in Java, the support counting is avoided leading to few scans of database and helps in projecting the database in vertical layout as well as positions of the itemsets are coded. The algorithm by applying the Set operations results in database Shrinking. Thus the algorithm handles Candidate sequence pruning by applying the intersection operation that allows them to prune candidate sequences early in the mining process. With the database shrinking the corelations among the patterns generated is highly increased. 3. EXPERIMENTAL RESULTS A simulation study is done to compare the performances of the Apriori based algorithms: GSP [4], SPADE [29] and SPAM [28], Pattern-growth approach based: PrefixSpan [27] and Early pruning algorithm: AprioriAll_Set[25] to discover sequential patterns from large sequences. These algorithms are executed on sequential Datasets KDD CUP 2000, Kosarak10k, LEVIATHAN and MSNBC. These dataset are downloaded from SPMF (Sequential Pattern Mining Framework) which is implemented by Phillipe Fournier- Viguera [26] and available from http://www.philippe-fournier-viger.com/spmf/. SPMF tool is used to analyze and compare dataset statistical parameters. Dense Data Sets are characterized by having a small number of unique items and a large number of sequences. Probability of frequent sequences is HIGH in dense dataset. Sparse data sets are characterized by having a large number of unique items and a small number of sequences. Probability of frequent sequences is LOW in sparse dataset. Table 1 shows the comparison of the different web datasets. KDD CUP 2000 dataset contains 59,601 sequences of click stream data from an e-commerce. It contains 497 distinct items. The average length of sequences is 2.42 items with a standard deviation of 3.22. In this dataset, there are some long sequences [30]. For example, 318 sequences contain more than 20 items. MSNBC is a dataset of click-stream data. The original dataset contains 989,818 sequences obtained from the UCI repository. Here the shortest sequences have been removed to keep only 31,790 sequences. The number of distinct items in this dataset is 17 (an item is a webpage category). The average number of item sets per sequence is13.33. The average number of distinct items per sequence is 5.33. Both the datasets are dense dataset, that is, usually there are very less unique items with many repetitions in the sequences of one user. Sr. No. DATASET STATISTICAL PARAMETERS Statistical Parameters KDDCUP 2000 MSNBC Less Dense 1 Number of sequences 59601 31790 2 Number of distinct items 497 17 More Dense 3 Average number of itemsets per sequence 4 Average number of distinct items per sequence 2.51 13.33 2.51 5.33 As shown in the Table 1, the KDD CUP 2000 dataset is a moderately dense whereas the MSNBC is a highly dense dataset. Volume 3, Issue 2, February 2014 Page 347

The experiments were performed on a system having Java SE 1.6.0_26 with NetBeans 7.0 on Windows 7 Professional, Intel Core i5-2400 processor 3.10 GHz with 4 GB RAM. Performance of KDD CUP 2000 dataset can be seen in Figure 2, 3 and 4, where the minimum support ranges from 1 % to 7 %. The Figure 1 shows the number of patterns generated using KDD CUP 2000 dataset. Figure!: No. of patterns of KDD cup 2000 Dataset Figure 2: Performance of KDD cup 2000 Dataset Figure 3: Memory Utilization of KDD Cup 2000 Dataset Figure 2 shows performance of KDD CUP 2000 dataset. The minimum support varies from 3% to 6 % in the figure 2, 3, 4, 5, 6 and 7. The SPADE algorithm gives the best performance followed by SPAM and Prefixspan. GSP give the worst performance and AprioriAll_Set gives approximately uniform performance for varying support values. Memory utilization of KDD CUP 2000 dataset is shown in Figure 3. The SPADE algorithm performs best but requires the maximum memory. Prefixspan requires less memory as compared to SPAM and AprioriAll_Set as it uses the psedo projection for projected database. GSP requires least memory with the minimum support of 3% and for the rest requires approximately same memory as Prefixspam algorithm. The Figure 4 shows the number of patterns generated using MSNBC dataset. Figure 4: Performance of MSNBC Dataset Figure 5: Performance of MSNBC Dataset Volume 3, Issue 2, February 2014 Page 348

Figure 6: Performance of MSNBC Dataset excluding GSP Figure 7: Memory Utilization of MSNBC Memory Utilization of MSNBC Figure 5 shows performance of MSNBC dataset. The GSP algorithm gives the worst performance for heavily dense dataset such as MSNBC. Figure 6, shows the performance of all the algorithms except GSP. AprioriAll_Set outperforms all the algorithms followed by SPADE, SPAM and Prefixspan algorithm. Memeory utilization if MSNBC dataset is shown in Figure 7. AprioriAll_Set not only outperforms but utilizes the least memory as compared to all the algorithms. AprioriAll_Set approximately uses uniform memory for varying support values. It is followed by SPAM. Figure 8 below shows the number of discovered patterns by both the datatset with minimum support of 1%. MSNBC a heavily dense dataset discovers 45622 sequential patterns where as KDD Cup 2000 a less dense dataset discovers 77 sequential patterns. Among the apriori based and pattern growth based algorithms SPADE performs best for heavily dense dataset. There is a negligible difference in the performance of Prefixspan and SPAM as shown in Figure 9. Figure 8: Discovered patterns at minimum support 1% Figure 9: Performance of Datasets at minimum support of 1% 4. CONCLUSION AND FUTURE WORK Web Usage Mining is the application of pattern mining techniques to usage logs of large Web data repositories in order to produce results that can be used in the design tasks. An important input to these design tasks is the analysis of how a Web site is being used. Usage analysis includes straightforward statistics, such as page access frequency, as well as more sophisticated forms of analysis, such as finding the common traversal paths through a Website. The performances of the Sequential pattern mining algorithms on Heavily dense and dense dataset such as MSNBC and KDD Cup 2000 shows that for heavily dense dataset AprioriAll_Set not only outperforms but utilizes the least memory as compared to all the algorithms. AprioriAll_Set approximately uses uniform memory for varying support values. This is because of its database shrinking property. It is followed by SPAM in memory utilization and SPADE in performance. For dense dataset such as KDD Cup 2000; the SPADE algorithm gives the best performance followed by SPAM and Prefixspan. SPADE gives best performance due to its vertical bitmap layout which helps in faster support counting. GSP gives the worst performance due to its huge candidate generation property and AprioriAll_Set gives approximately uniform performance for varying support values. The SPADE algorithm outperforms other algorithms but requires the maximum memory. Prefixspan requires less memory as compared to SPAM and AprioriAll_Set as it uses the psedo projection for projected database. GSP requires approximately same memory as Prefixspam algorithm. As shown by the simulation results, Prefixspan gives best performance for dense dataset such as KDD cup 2000 and AprioriAll_Set an early pruning algorithm gives best performance for heavily dense dataset. Among the apriori based and Volume 3, Issue 2, February 2014 Page 349

pattern growth based algorithms SPADE performs best for heavily dense dataset but requires the maximum memory. There is a negligible difference in the performance of Prefixspan and SPAM. Hence for heavily dense dataset, among the apriori based and pattern growth based algorithms Prefixspan gives best performa REFERENCES [1] J. Pei, J. Han, B. Mortazavi-Asl, and H. Zhu. 2000. Mining access patterns efficiently from web logs. In Proceedings of the Paci_c-Asia Conference on Knowledge Discovery and Data Mining (PAKDD00). Kyoto,Japan, pp. 396-399, 400-402, 2000 [2] R. Agrawal and R. Srikant. Fast algorithms for mining association rules in large databases. In Proceedings of the 20th International Conference on Very Large Databases. Santiago, Chile, pp. 487499,1994. [3] R. Agrawal and R. Srikant, Mining sequential patterns, In 11th Int l Conf. of Data Engineering (ICDE 95), pp. 3-14, Taipei, Taiwan, Mar. 1995. [4] R. Srikant and R. Agrawal, Mining Sequential Patterns:Generalizations and performance improvements, Proceedings of thefifth International Conference on Extending Database Technology,(Avignon, France, 1996), Springer-Verlag, vol. 1057, 3-17. [5] Masseglia, F., Cathala, F., and Poncelet, P., PSP: Prefix tree for sequential patterns. In Proc. of the 2nd EuropeanSymposium on Principles of Data Mining and Knowledge Discovery PKDD 98). 176 184, France, LNAI, 1998. [6] Nanopoulos, A. and Manolopoulos, Y., Mining patterns from graph traversals. Data and Knowledge Engineering, 2001 [7] Nanopoulos, A. and Manolopoulos, Y. 2000. Finding generalized path patterns for Web log data mining. Data and Knowledge Engineering, 37(3):243---266. [8] Spiliopoulou, M, The Laboriuos, Way from data mining to Web mining, Journal of Computer Systems & Engg,Special Issue on Semantics of the Web, 14 :( 113-126), 1999. [9] Y. Xiao et al. Efficient Mining of Traversal Patterns. Data and Knowledge Engineering, 39(2):191-214, 2001. [10] M. El-Sayed, C. Ruiz, and E. A. Rundensteiner. FS-Miner: Efficient and Incremental Mining of Frequent Sequence Patterns in Web Logs. In Proc. of the Sixth Annual ACM International Workshop on Web Information and Data Management (WIDM'04), 128-135. ACM Press, 2004. [11] H.C. Kum. Approximate Mining of Consensus Sequential Patterns. PhD thesis, University of North Carolina, 2004 [12] C.I.Ezeife, YI Lu, Mining Web Log Sequential Patterns with Position Coded Pre-order Linked WAP-Tree, Springer Science, Data Mining & Knowledge Discovery, 10,5-38, 2005. [13] Emine Tug, Merve Sakiroglu, Ahmet Arslan, Automatic Discovery of the Sequential Accesses from Web log data files via a genetic algorithm, Elsevier, Knowledge Based Systems, 19, 180-186, 2006. [14] Baoyao Zhou, Siu Cheung Hui, Kuiyu Chang, An Intelligent Recommender System using Sequential Web Access Patterns, In Proc. of the IEEE international conf. on Cybernetics and Intelligent Systems, 393-398, Singapore, 2004. [15] ZAKI, M. J., Efficient enumeration of frequent sequences. In Proceedings of the 7th International Conference on Information and Knowledge Management. 68 75. 1998. [16] AYRES, J., FLANNICK, J.,GEHRKE, J., AND YIU, T., Sequential pattern mining using a bitmap representation. In Proceedings of the 8th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 429 435..2002. [17] YANG, Z. AND KITSUREGAWA, M., LAPIN-SPAM: An improved algorithm for mining sequential pattern. In Proceedings of the 21st International Conference on Data Engineering Workshops. 1222.,2005 [18] SONG, S., HU, H., AND JIN, S., HVSM: A new sequential pattern mining algorithm using bitmap representation. In Advanced Data Mining and Applications. Lecture Notes in Computer Science, vol. 3584, Springer, Berlin, 455 463. 2005. [19] CHIU, D.-Y., WU, Y.-H., AND CHEN, A. L. P., An efficient algorithm for mining frequent sequences by a new strategy without support counting. In Proceedings of the 20th International Conference on Data Engineering. 375 386. 2004. [20] C. I. Ezeife and Y. Lu, Mining web log sequential patterns with position coded pre-order linked WAP-tree, International Journal of Data Mining and Knowledge Discovery, 2005, 10, 5-38. [21] W. Wang and P. T. Cao-Thai, Novel position-coded methods formining web access patterns, IEEE International Conference on Intelligence and Security Informatics, 2008, 194-196. [22] X. Tan, M. Yao and J. Zhang, Mining maximal frequent access sequences based on improved WAP-tree, Proceedings of the Sixth International Conference on Intelligent Systems Design and Applications, IEEE Computer Society Press, 2006, vol. 1, 616-620. [23] J. D. Parmar and S. Garg, Modified web access pattern (mwap) approach for sequential pattern mining, INFOCOMP Journal of Computer Science, June, 2007, 6(2): 46-54. Volume 3, Issue 2, February 2014 Page 350

[24] Shang Gao, Reda Alhaji, Jon Rokne, Jiwen Guan, Set Based Approach in Mining Sequential Patterns, 24th International Symposium on Computer and Information Sciences, 2009. ISCIS 2009, pp 218 223. [25] Alpa Reshamwala, Dr. Sunita Mahajan, Traditional Set based Approach in Mining Sequential Patterns, Proceedings of National Conference on New Horizons in IT- NCNHIT 2013, ISBN 978-93-82338, pp. 173-177. [26] SPMF: Sequential Pattern Mining Framework. [27] Pei, J., Han, J., Pinto, H., Chen, Q., Dayal, U., & Hsu, M.-C. : PrefixSpan: Mining sequential patterns efficiently by prefix-projected pattern growth. Proceedings of 2001 International Conference on Data Engineering, pp. 215 224 (2001). [28] J. Ayres, J. Gehrke, T. Yiu, and J. Flannick,Sequential PAttern Mining using A Bitmap Representation, In Proceedings of ACM SIGKDD on Knowledge discovery and data mining, pp. 429-435, 2002. [29] Zaki, M. J.: SPADE: An efficient algorithm for mining frequent sequences. Machine Learning Journal, 42(1/2), 31 60 (2001). [30] Alpa Reshamwala, Prajakta Pawar, Sequential Pattern Mining Using Candidate Set Generation Approach, Proceedings of International Conference in ICRIEST-AICEEMCS, ISBN 978-93-82702-50-4, pp. 40-44. AUTHOR Ms. Alpa Reshamwala is currently working as an Asistant Professor in the Department of Computer Engineering at MPSTME, NMIMS University. She received her B.E degree in Computer Engineering from Fr. CRCE, Bandra, Mumbai University in 2000 and M.E degree in Computer Engineering from TSEC, Mumbai University in 2008. Her area of Interest includes Artificial Intelligence, Data Mining, Soft Computing Fuzzy Logic, Neural Network and Genetic Algorithm. She has more than 25 papers in National/International Conferences/ Journal to her credit. Dr Sunita M. Mahajan is currently working as the Principal, Mumbai Educational Trust s Institute of Computer Science. She has done her Doctorate from S.N.D.T. Women s University in 1997. She has worked as senior scientist at Bhabha Atomic Research Centre for 31 years and entered educational field after her retirement. She has done extensive work in parallel processing. She has more than 45 papers in National and International conferences and journals to her credit. She has guided many PhD students in distributed computing, data mining, natural language processing etc. Her current field of interest is parallel processing, distributed computing, cloud computing, data mining. She has also written a text book on Distributed Computing (New Delhi, Oxford University Press, 2010) Prajakta Pawar is currently pursuing M.Tech in the Department of Computer Engineering at MPSTME, NMIMS University. She has received her B.E degree from SSJCOE, Dombivli, Mumbai university in 2011. Her area of Interest includes Artificial Intelligence, Data Mining. She has published 2 papers. She has attended one International Conference and received award for the Excellent Paper. Volume 3, Issue 2, February 2014 Page 351