SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 08, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 170
Fast Sequential Rule Mining
Bharat Parmar1
Prof. Gajendra Singh Chandel2
1,2
Department of Computer Science
1,2
Sri Satya Sai Institute of Science and Technology, Indore, Bhopal, India
Abstract— In this paper, we have proposed a novel
sequential mining method. The method is fast in
comparison to existing method. Data mining, that is
additionally cited as knowledge discovery in databases,
has been recognized because the method of extracting
non-trivial, implicit, antecedently unknown, and probably
helpful data from knowledge in databases. The
information employed in the mining method usually
contains massive amounts of knowledge collected by
computerized applications. As an example, bar-code
readers in retail stores, digital sensors in scientific
experiments, and alternative automation tools in
engineering typically generate tremendous knowledge into
databases in no time. Not to mention the natively
computing- centric environments like internet access logs
in net applications. These databases therefore work as
rich and reliable sources for information generation
and verification. Meanwhile, the massive databases give
challenges for effective approaches for information
discovery.
Key words: simple current mirror, Low voltage current
mirror, level shifted Current mirror, Level shifted low
voltage current mirror, Dynamic range
I. SEQUENTIAL RULE MINING
The sequential pattern is a sequence of itemsets that
regularly occurred in an exceedingly specific order, all
items within the same itemset are supposed to have
constant transaction duration or inside a time-
gap. Sequential patterns indicate the correlation between
transactions whereas association rules represent intra-
transaction relationships.
Sequential pattern mining was initially introduced
by Agrawal and Srikant [1]. It's the process of extracting
certain sequential patterns whose support exceeds a
predefined lowest support threshold. Since the number of
sequences may be very massive, and users have completely
different interests and necessities, to induce the most
interesting sequential patterns sometimes a minimum
support is predefined by the users. By using the minimum
support we will prune out those sequential patterns of no
interest, consequently creating the mining method more
economical. Clearly a better support of a sequential
pattern is desired for additional helpful and interesting
sequential patterns. But some sequential patterns that don't
satisfy the support threshold are still fascinating. Yang,
Wang & Yu (2001) [3] introduced another metric
known as surprise to measure the powerfulness of
sequences. A sequence s is a stunning pattern if its
occurrence differs greatly from the expected occurrence,
once all items are treated equally. Within the surprise
metric the information gain was proposed to measure the
degree of surprise, as detailed by yang [3].
Sequential pattern mining is used in a very great
spectrum of areas. In machine biology, sequential pattern
mining is employed to analyses the mutation patterns of
various amino acids. Business organizations use
sequential pattern mining to check client behaviors.
Sequential pattern mining is additionally utilized in
system performance analysis and telecommunication
network analysis.
General algorithms for sequential pattern mining
are proposed recently. Most of the essential and earlier
algorithms for sequential pattern mining are based on
the Apriori property proposed by Srikant and Agrawal
[2]. The property states that any sub-pattern of a frequent
pattern should be frequent. Based on this heuristic, a
series of Apriori-like algorithms are proposed: AprioriAll,
Apriori Some, Dynamic some [2], GSP [4] and SPADE
[5]. Later, a series of information projection primarily
based algorithms were proposed , including
FreeSpan [6] and PrefixSpan [7]. By using the minimum
support we will prune out those sequential patterns of no
interest, consequently creating the mining method more
economical. Many closed sequence mining algorithmic
rule were additionally i n t r o d u c e d , l i k e C l o S p a n
[8] a n d T S P [ 9]. Most o f t h o s e projection-based
algorithms are explained within the next subsections.
II. PROPOSED SOLUTION
 A source database D.
 MST (Minimum Support Threshold).
 MCT (Minimum Confidence Threshold).
III. PROCEDURE
 We set the minimum support and scan the database
to get 1-itemsets. In this step, we also count each
item’s support by using compressed data structure,
i.e. head and body of the database. Here body of
the database contain itemset with their support and
arranges in the lexicographic order, i.e. sorted
order. The proposed method first scans the
sequential data base once & it count the support
single size frequent items. the algorithm then
arrange each pair of frequent elements in form of a
rule. Like for a pair {1,2}, it generates two rules as
: 1 => 2 & 2=>1. It also eliminates all infrequent
items.
 Then, the sequential support and sequential
confidence of every rule is calculated. All rules
having support and confidence greater than the
minimum threshold are valid rules.
 Then all the rules found in step 2 are expanded on
their left and right side as follows:
 Left-side growth is the method of
taking two rules X⇒Y and Z⇒Y,
wherever X and Z are itemsets of size n
sharing n-1 items, generate a larger rule
 X∪Z ⇒Y. Right-side expansion is the
process of taking two rules Y⇒X and
Y⇒Z, wherever X and Z are unit itemets
Fast Sequential Rule Mining
(IJSRD/Vol. 2/Issue 08/2014/041)
All rights reserved by www.ijsrd.com 171
of size n sharing n-1 items, to generate a
larger rule Y⇒X∪Z. These two
processes are applied recursively to seek
out all rules ranging from rule of size 1*1
(for example, rules of size 1*1 permits
finding rules of size 1*2 and rule of size
2*1).
IV. CONCLUSION
In this paper, we tend to conferred a completely unique
algorithm for mining sequential rules common to several
sequences. Unlike previous algorithms, it doesn't use a
generate-candidate-and-test approach. Instead, it uses a
pattern-growth approach for discovering valid rules
specified it will be rather more efficient and scalable.
It initial finds rules between 2 items and so
recursively grows them by scanning the database for
single items that would expand their left or right
components. we've evaluated the performance of our
algorithm by scrutiny it with CMRules algorithms.
Results show that our algorithm clearly outperforms
CMRules and incorporates a higher scalability.
REFERENCES
[1] Rakesh Agr a wa l , & Ramakrishnan
Srika nt, 1995, Mini ng Sequential
Patterns. Proc. Int. Conf. on Data Engineering, pp.
3-14.
[2] Rakesh Agrawal, and Ramakrishnan Srikant,
1994. “Fast Algorithms for Mining Association
Rules”, In Proceedings of the 20th Int. Conf.
Very Large Data Bases, pp. 487-499.
[3] Yang, J., Wang, W., & Yu, P. S. (2001).
Infominer: mining surprising periodic patterns.
Proceedings of the Seventh ACM SIGKDD
International Conference on Knowledge Discovery
and Data Mining.
[4] Srikant, R., & Agrawal, R. (1996).Mining
Sequential Patterns: Generalizations and
Performance Improvements. Proceedings of the
5th International Conference on Extending
Database Technology: Advances in Database
Technology.
[5] Zaki, M. J. (2001). SPADE: An Efficient
Algorithm for Mining Frequent Sequences. Journal
of Machine Learning, 42(1-2), 31-60.
[6] Han, J., Pei, J., Mortazavi-Asl, B., Chen, Q.,
Dayal, U., & Hsu, M.-C. (2000). FreeSpan:
frequent pattern-projected sequential pattern
mining. Proceedings of the Sixth ACM
SIGKDD International Conference on
Knowledge Discovery and Data Mining.
[7] Pei, J., Han, J., Mortazavi-Asl, B., Pinto, H.,
Chen, Q., Dayal, U., et al. (2001). PrefixSpan:
Mining Sequential Patterns by Prefix-
Projected Growth. Proceedings of the 17th
International Conference on Data Engineering.
[8] Yan, X., Han, J., & Afshar, R. (2003). CloSpan:
Mining Closed Sequential Patterns in Large
Datasets. Proceedings of the 2003 SIAM
International Conference on Data Mining
(SDM'03).
[9] Tzvetkov, P., Yan, X., & Han, J. (2005). TSP:
Mining top-k closed sequential patterns.
Knowledge and Information Systems, 7(4), 438-457.

More Related Content

What's hot (15)

PPTX
Data Mining: Mining ,associations, and correlations
DataminingTools Inc
 
PDF
Comparative study of frequent item set in data mining
ijpla
 
PDF
REVIEW: Frequent Pattern Mining Techniques
Editor IJMTER
 
PDF
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
IRJET Journal
 
PDF
B018110610
IOSR Journals
 
PPT
Fp growth tree improve its efficiency and scalability
Dr.Manmohan Singh
 
PDF
Ijariie1129
IJARIIE JOURNAL
 
PDF
A Novel preprocessing Algorithm for Frequent Pattern Mining in Multidatasets
Waqas Tariq
 
PDF
50120140503019
IAEME Publication
 
PDF
H0964752
IOSR Journals
 
PDF
New Research Articles 2019 April Issue International Journal on Computational...
ijcsa
 
PDF
Efficient Utility Based Infrequent Weighted Item-Set Mining
IJTET Journal
 
PDF
IRJET- Mining Frequent Itemset on Temporal data
IRJET Journal
 
PDF
Association Rule Hiding using Hash Tree
ijtsrd
 
PDF
Mining High Utility Patterns in Large Databases using Mapreduce Framework
IRJET Journal
 
Data Mining: Mining ,associations, and correlations
DataminingTools Inc
 
Comparative study of frequent item set in data mining
ijpla
 
REVIEW: Frequent Pattern Mining Techniques
Editor IJMTER
 
An Efficient and Scalable UP-Growth Algorithm with Optimized Threshold (min_u...
IRJET Journal
 
B018110610
IOSR Journals
 
Fp growth tree improve its efficiency and scalability
Dr.Manmohan Singh
 
Ijariie1129
IJARIIE JOURNAL
 
A Novel preprocessing Algorithm for Frequent Pattern Mining in Multidatasets
Waqas Tariq
 
50120140503019
IAEME Publication
 
H0964752
IOSR Journals
 
New Research Articles 2019 April Issue International Journal on Computational...
ijcsa
 
Efficient Utility Based Infrequent Weighted Item-Set Mining
IJTET Journal
 
IRJET- Mining Frequent Itemset on Temporal data
IRJET Journal
 
Association Rule Hiding using Hash Tree
ijtsrd
 
Mining High Utility Patterns in Large Databases using Mapreduce Framework
IRJET Journal
 

Viewers also liked (7)

DOCX
Configuración de-word
mardaniel99
 
PPT
Medication_NonAdherenceX
David Donohue
 
PDF
CERTIFICATE FROM MIDRAND GRADUATE INSTITUTE.PDF
Tochukwu Igbo
 
PPTX
MALARIA
sonia nazir
 
PDF
ภาคผนวก ข 6.6
krupornpana55
 
PDF
เทคโนโลยีสารสนเทศเครื่องมือขับเคลื่อนไปสู่องค์การแห่งการเรียนรู้อย่างยั่งยืน
Prachyanun Nilsook
 
PDF
การเรียนรู้แบบวิจัยเป็นฐาน
Prachyanun Nilsook
 
Configuración de-word
mardaniel99
 
Medication_NonAdherenceX
David Donohue
 
CERTIFICATE FROM MIDRAND GRADUATE INSTITUTE.PDF
Tochukwu Igbo
 
MALARIA
sonia nazir
 
ภาคผนวก ข 6.6
krupornpana55
 
เทคโนโลยีสารสนเทศเครื่องมือขับเคลื่อนไปสู่องค์การแห่งการเรียนรู้อย่างยั่งยืน
Prachyanun Nilsook
 
การเรียนรู้แบบวิจัยเป็นฐาน
Prachyanun Nilsook
 
Ad

Similar to Fast Sequential Rule Mining (20)

PDF
Review Over Sequential Rule Mining
ijsrd.com
 
PDF
Hadoop Map-Reduce To Generate Frequent Item Set on Large Datasets Using Impro...
BRNSSPublicationHubI
 
PDF
A Survey on Frequent Patterns To Optimize Association Rules
IRJET Journal
 
PDF
A Brief Overview On Frequent Pattern Mining Algorithms
Sara Alvarez
 
PDF
Ijsrdv1 i2039
ijsrd.com
 
PDF
Implementation of Improved Apriori Algorithm on Large Dataset using Hadoop
BRNSSPublicationHubI
 
PDF
A genetic based research framework 3
prj_publication
 
PDF
Ay4201347349
IJERA Editor
 
PDF
Ag35183189
IJERA Editor
 
PDF
Prediction of customer behavior using cma
iaemedu
 
PDF
Discovering Frequent Patterns with New Mining Procedure
IOSR Journals
 
PDF
Sequential Pattern Mining Methods: A Snap Shot
IOSR Journals
 
PDF
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
Dr. Radhey Shyam
 
PDF
Dy33753757
IJERA Editor
 
PDF
Dy33753757
IJERA Editor
 
PDF
An improved apriori algorithm for association rules
ijnlc
 
PDF
J0945761
IOSR Journals
 
PDF
Graph based Approach and Clustering of Patterns (GACP) for Sequential Pattern...
AshishDPatel1
 
PDF
An efficient algorithm for sequence generation in data mining
ijcisjournal
 
PDF
Volume 2-issue-6-2081-2084
Editor IJARCET
 
Review Over Sequential Rule Mining
ijsrd.com
 
Hadoop Map-Reduce To Generate Frequent Item Set on Large Datasets Using Impro...
BRNSSPublicationHubI
 
A Survey on Frequent Patterns To Optimize Association Rules
IRJET Journal
 
A Brief Overview On Frequent Pattern Mining Algorithms
Sara Alvarez
 
Ijsrdv1 i2039
ijsrd.com
 
Implementation of Improved Apriori Algorithm on Large Dataset using Hadoop
BRNSSPublicationHubI
 
A genetic based research framework 3
prj_publication
 
Ay4201347349
IJERA Editor
 
Ag35183189
IJERA Editor
 
Prediction of customer behavior using cma
iaemedu
 
Discovering Frequent Patterns with New Mining Procedure
IOSR Journals
 
Sequential Pattern Mining Methods: A Snap Shot
IOSR Journals
 
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
Dr. Radhey Shyam
 
Dy33753757
IJERA Editor
 
Dy33753757
IJERA Editor
 
An improved apriori algorithm for association rules
ijnlc
 
J0945761
IOSR Journals
 
Graph based Approach and Clustering of Patterns (GACP) for Sequential Pattern...
AshishDPatel1
 
An efficient algorithm for sequence generation in data mining
ijcisjournal
 
Volume 2-issue-6-2081-2084
Editor IJARCET
 
Ad

More from ijsrd.com (20)

PDF
IoT Enabled Smart Grid
ijsrd.com
 
PDF
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
PDF
IoT for Everyday Life
ijsrd.com
 
PDF
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
PDF
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
PDF
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
PDF
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
PDF
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
PDF
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
PDF
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
PDF
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
PDF
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
PDF
A Review: Microwave Energy for materials processing
ijsrd.com
 
PDF
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
PDF
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
PDF
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
PDF
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
PDF
Study and Review on Various Current Comparators
ijsrd.com
 
PDF
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
PDF
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

Recently uploaded (20)

PDF
community health nursing question paper 2.pdf
Prince kumar
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PPTX
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PPTX
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PDF
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
community health nursing question paper 2.pdf
Prince kumar
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 

Fast Sequential Rule Mining

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 08, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 170 Fast Sequential Rule Mining Bharat Parmar1 Prof. Gajendra Singh Chandel2 1,2 Department of Computer Science 1,2 Sri Satya Sai Institute of Science and Technology, Indore, Bhopal, India Abstract— In this paper, we have proposed a novel sequential mining method. The method is fast in comparison to existing method. Data mining, that is additionally cited as knowledge discovery in databases, has been recognized because the method of extracting non-trivial, implicit, antecedently unknown, and probably helpful data from knowledge in databases. The information employed in the mining method usually contains massive amounts of knowledge collected by computerized applications. As an example, bar-code readers in retail stores, digital sensors in scientific experiments, and alternative automation tools in engineering typically generate tremendous knowledge into databases in no time. Not to mention the natively computing- centric environments like internet access logs in net applications. These databases therefore work as rich and reliable sources for information generation and verification. Meanwhile, the massive databases give challenges for effective approaches for information discovery. Key words: simple current mirror, Low voltage current mirror, level shifted Current mirror, Level shifted low voltage current mirror, Dynamic range I. SEQUENTIAL RULE MINING The sequential pattern is a sequence of itemsets that regularly occurred in an exceedingly specific order, all items within the same itemset are supposed to have constant transaction duration or inside a time- gap. Sequential patterns indicate the correlation between transactions whereas association rules represent intra- transaction relationships. Sequential pattern mining was initially introduced by Agrawal and Srikant [1]. It's the process of extracting certain sequential patterns whose support exceeds a predefined lowest support threshold. Since the number of sequences may be very massive, and users have completely different interests and necessities, to induce the most interesting sequential patterns sometimes a minimum support is predefined by the users. By using the minimum support we will prune out those sequential patterns of no interest, consequently creating the mining method more economical. Clearly a better support of a sequential pattern is desired for additional helpful and interesting sequential patterns. But some sequential patterns that don't satisfy the support threshold are still fascinating. Yang, Wang & Yu (2001) [3] introduced another metric known as surprise to measure the powerfulness of sequences. A sequence s is a stunning pattern if its occurrence differs greatly from the expected occurrence, once all items are treated equally. Within the surprise metric the information gain was proposed to measure the degree of surprise, as detailed by yang [3]. Sequential pattern mining is used in a very great spectrum of areas. In machine biology, sequential pattern mining is employed to analyses the mutation patterns of various amino acids. Business organizations use sequential pattern mining to check client behaviors. Sequential pattern mining is additionally utilized in system performance analysis and telecommunication network analysis. General algorithms for sequential pattern mining are proposed recently. Most of the essential and earlier algorithms for sequential pattern mining are based on the Apriori property proposed by Srikant and Agrawal [2]. The property states that any sub-pattern of a frequent pattern should be frequent. Based on this heuristic, a series of Apriori-like algorithms are proposed: AprioriAll, Apriori Some, Dynamic some [2], GSP [4] and SPADE [5]. Later, a series of information projection primarily based algorithms were proposed , including FreeSpan [6] and PrefixSpan [7]. By using the minimum support we will prune out those sequential patterns of no interest, consequently creating the mining method more economical. Many closed sequence mining algorithmic rule were additionally i n t r o d u c e d , l i k e C l o S p a n [8] a n d T S P [ 9]. Most o f t h o s e projection-based algorithms are explained within the next subsections. II. PROPOSED SOLUTION  A source database D.  MST (Minimum Support Threshold).  MCT (Minimum Confidence Threshold). III. PROCEDURE  We set the minimum support and scan the database to get 1-itemsets. In this step, we also count each item’s support by using compressed data structure, i.e. head and body of the database. Here body of the database contain itemset with their support and arranges in the lexicographic order, i.e. sorted order. The proposed method first scans the sequential data base once & it count the support single size frequent items. the algorithm then arrange each pair of frequent elements in form of a rule. Like for a pair {1,2}, it generates two rules as : 1 => 2 & 2=>1. It also eliminates all infrequent items.  Then, the sequential support and sequential confidence of every rule is calculated. All rules having support and confidence greater than the minimum threshold are valid rules.  Then all the rules found in step 2 are expanded on their left and right side as follows:  Left-side growth is the method of taking two rules X⇒Y and Z⇒Y, wherever X and Z are itemsets of size n sharing n-1 items, generate a larger rule  X∪Z ⇒Y. Right-side expansion is the process of taking two rules Y⇒X and Y⇒Z, wherever X and Z are unit itemets
  • 2. Fast Sequential Rule Mining (IJSRD/Vol. 2/Issue 08/2014/041) All rights reserved by www.ijsrd.com 171 of size n sharing n-1 items, to generate a larger rule Y⇒X∪Z. These two processes are applied recursively to seek out all rules ranging from rule of size 1*1 (for example, rules of size 1*1 permits finding rules of size 1*2 and rule of size 2*1). IV. CONCLUSION In this paper, we tend to conferred a completely unique algorithm for mining sequential rules common to several sequences. Unlike previous algorithms, it doesn't use a generate-candidate-and-test approach. Instead, it uses a pattern-growth approach for discovering valid rules specified it will be rather more efficient and scalable. It initial finds rules between 2 items and so recursively grows them by scanning the database for single items that would expand their left or right components. we've evaluated the performance of our algorithm by scrutiny it with CMRules algorithms. Results show that our algorithm clearly outperforms CMRules and incorporates a higher scalability. REFERENCES [1] Rakesh Agr a wa l , & Ramakrishnan Srika nt, 1995, Mini ng Sequential Patterns. Proc. Int. Conf. on Data Engineering, pp. 3-14. [2] Rakesh Agrawal, and Ramakrishnan Srikant, 1994. “Fast Algorithms for Mining Association Rules”, In Proceedings of the 20th Int. Conf. Very Large Data Bases, pp. 487-499. [3] Yang, J., Wang, W., & Yu, P. S. (2001). Infominer: mining surprising periodic patterns. Proceedings of the Seventh ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. [4] Srikant, R., & Agrawal, R. (1996).Mining Sequential Patterns: Generalizations and Performance Improvements. Proceedings of the 5th International Conference on Extending Database Technology: Advances in Database Technology. [5] Zaki, M. J. (2001). SPADE: An Efficient Algorithm for Mining Frequent Sequences. Journal of Machine Learning, 42(1-2), 31-60. [6] Han, J., Pei, J., Mortazavi-Asl, B., Chen, Q., Dayal, U., & Hsu, M.-C. (2000). FreeSpan: frequent pattern-projected sequential pattern mining. Proceedings of the Sixth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. [7] Pei, J., Han, J., Mortazavi-Asl, B., Pinto, H., Chen, Q., Dayal, U., et al. (2001). PrefixSpan: Mining Sequential Patterns by Prefix- Projected Growth. Proceedings of the 17th International Conference on Data Engineering. [8] Yan, X., Han, J., & Afshar, R. (2003). CloSpan: Mining Closed Sequential Patterns in Large Datasets. Proceedings of the 2003 SIAM International Conference on Data Mining (SDM'03). [9] Tzvetkov, P., Yan, X., & Han, J. (2005). TSP: Mining top-k closed sequential patterns. Knowledge and Information Systems, 7(4), 438-457.