Skip to main content
Erschienen in: International Journal of Machine Learning and Cybernetics 4/2018

23.05.2016 | Original Article

Association rule mining using treap

verfasst von: H. S. Anand, S. S. Vinodchandra

Erschienen in: International Journal of Machine Learning and Cybernetics | Ausgabe 4/2018

Einloggen

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

The analytical process designed to mine data became more difficult with the rapid information explosion. This in-turn created completely distributed and un-indexed data. Thus assessing and finding relations between variables from large database became a tedious task. There are various association rule mining algorithms available for this process, but a powerful association algorithm which runs in reduced time and space complexity is hard to find. In this work, we propose a new rule mining algorithm which works in a priority model for finding interesting relations in a database using the data structure Treap. While comparing with Apriori’s O (en) and FP growth’s O (n2), the proposed algorithm finishes mining in O (n) in its best case analysis and in O (n log n) in its worst case analysis. This was found to be much better when compared to other algorithms of its kind. The results were evaluated and compared with the existing algorithm.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Weitere Produktempfehlungen anzeigen
Literatur
1.
Zurück zum Zitat Suneetha KR, Krishnamoorti R (2010) Advanced version of a priori algorithm. In: Proceedings of IEEE-ICIIC, pp 238–245 Suneetha KR, Krishnamoorti R (2010) Advanced version of a priori algorithm. In: Proceedings of IEEE-ICIIC, pp 238–245
2.
Zurück zum Zitat Pei J (2002) Pattern growth methods for frequent pattern mining. In: thesis submitted for Doctor of Philosophy, Simon Fraser University, pp 99–134 Pei J (2002) Pattern growth methods for frequent pattern mining. In: thesis submitted for Doctor of Philosophy, Simon Fraser University, pp 99–134
3.
Zurück zum Zitat Boney L, Tewfik AH, Hamdy KN (2006) Minimum association rule in large Database. In: Proceedings of Third IEEE International Conference on Computing, pp 12–16 Boney L, Tewfik AH, Hamdy KN (2006) Minimum association rule in large Database. In: Proceedings of Third IEEE International Conference on Computing, pp 12–16
4.
Zurück zum Zitat Agarwal R, Srikant R (1994) Fast algorithms for mining association rules. In: Proceedings of VLDB, pp 487–499 Agarwal R, Srikant R (1994) Fast algorithms for mining association rules. In: Proceedings of VLDB, pp 487–499
5.
Zurück zum Zitat Bodon F (2003) A fast apriori implementation. In: Proceedings of IEEE ICDM workshop on frequent item set mining implementation, vol 9 Bodon F (2003) A fast apriori implementation. In: Proceedings of IEEE ICDM workshop on frequent item set mining implementation, vol 9
6.
Zurück zum Zitat Borgelt C (2004) Recursion pruning for the apriori algorithm. In: Proceedings of 2nd IEEE ICDM workshop on frequent item set mining implementations, vol 126 Borgelt C (2004) Recursion pruning for the apriori algorithm. In: Proceedings of 2nd IEEE ICDM workshop on frequent item set mining implementations, vol 126
7.
Zurück zum Zitat Zaki M, Parthasarathy S, Ogihara M, Li W (1997) New algorithms for fast discovery of association rules. In: Proceedings of 3rd international conference on knowledge discovery and data mining, vol 2, pp 283–296 Zaki M, Parthasarathy S, Ogihara M, Li W (1997) New algorithms for fast discovery of association rules. In: Proceedings of 3rd international conference on knowledge discovery and data mining, vol 2, pp 283–296
8.
Zurück zum Zitat Anandhavalli, Gautaman K (2007) Association rule mining in genomics. Int J Comput Theory Eng, vol 1 Anandhavalli, Gautaman K (2007) Association rule mining in genomics. Int J Comput Theory Eng, vol 1
9.
Zurück zum Zitat Cooper C, Zito M (2007) Realistic synthetic data for testing association rule mining algorithms for market basket databases. Knowl Discov Databases: PKDD 9:398–405 Cooper C, Zito M (2007) Realistic synthetic data for testing association rule mining algorithms for market basket databases. Knowl Discov Databases: PKDD 9:398–405
10.
Zurück zum Zitat Varde AS, Takahashi M, Rundensteiner EA, Ward MO, Maniruzzaman M, Sisson RD (2004) Apriori algorithm and game of life for predictive analysis in materials science. Int J Knowl Based Intell Eng Syst 8:116–122 Varde AS, Takahashi M, Rundensteiner EA, Ward MO, Maniruzzaman M, Sisson RD (2004) Apriori algorithm and game of life for predictive analysis in materials science. Int J Knowl Based Intell Eng Syst 8:116–122
11.
Zurück zum Zitat Wu H, Lu Z, Pan L, Xu R, Jiang W (2009) An improved apriori based algorithm for association rules mining. In: Proceedings of sixth international conference on fuzzy systems and knowledge discovery, pp 51–55 Wu H, Lu Z, Pan L, Xu R, Jiang W (2009) An improved apriori based algorithm for association rules mining. In: Proceedings of sixth international conference on fuzzy systems and knowledge discovery, pp 51–55
12.
Zurück zum Zitat Sun D, Teng S, Zhang W, Zhu H (2007) An algorithm to improve the effectiveness of apriori. In: Proceedings of 6th IEEE international conference on cognitive informatics, vol 1, pp 385–390 Sun D, Teng S, Zhang W, Zhu H (2007) An algorithm to improve the effectiveness of apriori. In: Proceedings of 6th IEEE international conference on cognitive informatics, vol 1, pp 385–390
13.
Zurück zum Zitat Bodon F (2003) A fast apriori implementation. In: Proceedings of IEEE ICDM workshop on frequent item-set mining implementation, vol 9 Bodon F (2003) A fast apriori implementation. In: Proceedings of IEEE ICDM workshop on frequent item-set mining implementation, vol 9
14.
Zurück zum Zitat Kryszkiewicz M, Rybiński H (2000) Data mining in incomplete information systems from rough set perspective. Rough Set Methods Appl 56:567–580MathSciNetCrossRefMATH Kryszkiewicz M, Rybiński H (2000) Data mining in incomplete information systems from rough set perspective. Rough Set Methods Appl 56:567–580MathSciNetCrossRefMATH
15.
Zurück zum Zitat Kosters AW, Marchiori E, Oerlrmans AJ (1999) Mining clusters with association rules. Third symposium on intelligent data analysis. In: Proceedings of Springer Lecture Notes in Computer Science, pp 39–50 Kosters AW, Marchiori E, Oerlrmans AJ (1999) Mining clusters with association rules. Third symposium on intelligent data analysis. In: Proceedings of Springer Lecture Notes in Computer Science, pp 39–50
16.
Zurück zum Zitat Lin TY (1996) Rough set theory in very large databases. Symp Model, Anal Simul 2:936–941 Lin TY (1996) Rough set theory in very large databases. Symp Model, Anal Simul 2:936–941
17.
Zurück zum Zitat Borgelt C (2005) An implementation of FP growth algorithm. In: Proceedings of workshop on open source mining software ACM Borgelt C (2005) An implementation of FP growth algorithm. In: Proceedings of workshop on open source mining software ACM
18.
Zurück zum Zitat Malik K, Raheja N, Garg P (2011) Enhance FP growth algorithm. Int J Comput Eng Manag 12:54–57 Malik K, Raheja N, Garg P (2011) Enhance FP growth algorithm. Int J Comput Eng Manag 12:54–57
19.
Zurück zum Zitat Anand HS, Vinodchandra SS (2014) Horizontal and vertical rule mining algorithms, ACCIS. In: Proceedings of Elsevier, pp 26–28 Anand HS, Vinodchandra SS (2014) Horizontal and vertical rule mining algorithms, ACCIS. In: Proceedings of Elsevier, pp 26–28
20.
Zurück zum Zitat Vinodchandra SS, Hareendran S (2014) Artificial intelligence and machine learning, 1st edn. PHI publishers, Delhi Vinodchandra SS, Hareendran S (2014) Artificial intelligence and machine learning, 1st edn. PHI publishers, Delhi
21.
Zurück zum Zitat Guy EB, Margaret RM (1998) Fast set operations using treaps. In: Proceedings of the tenth annual ACM symposium on parallel algorithms and architectures, pp 16–26 Guy EB, Margaret RM (1998) Fast set operations using treaps. In: Proceedings of the tenth annual ACM symposium on parallel algorithms and architectures, pp 16–26
23.
Zurück zum Zitat Mayadevi N, Vinodchandra SS, Ushakumari S (2015) SCADA based operator support system for power plant fault diagnosis. ACIDS-2015. In: Proceedings of Springer, pp 23–26 Mayadevi N, Vinodchandra SS, Ushakumari S (2015) SCADA based operator support system for power plant fault diagnosis. ACIDS-2015. In: Proceedings of Springer, pp 23–26
24.
Zurück zum Zitat Mayadevi N, Vinodchandra SS, Ushakumari S (2014) Expert system for power plant operator performance evaluation. In: IEEE ICACC, pp 27–29 Mayadevi N, Vinodchandra SS, Ushakumari S (2014) Expert system for power plant operator performance evaluation. In: IEEE ICACC, pp 27–29
25.
Zurück zum Zitat Wu H, Lu Z, Pan L, Xu R, Jiang W (2009) An improved apriori based algorithm for association rules mining. In: Proceedings of sixth international conference on fuzzy systems and knowledge discovery, pp 51–55 Wu H, Lu Z, Pan L, Xu R, Jiang W (2009) An improved apriori based algorithm for association rules mining. In: Proceedings of sixth international conference on fuzzy systems and knowledge discovery, pp 51–55
26.
Zurück zum Zitat Das R, Bhattacharyya DK, Kalita JK (2010) Clustering gene expression data using an effective dissimilarity measure. Int J Comput Biosci 1:55–68CrossRef Das R, Bhattacharyya DK, Kalita JK (2010) Clustering gene expression data using an effective dissimilarity measure. Int J Comput Biosci 1:55–68CrossRef
27.
28.
Zurück zum Zitat Wang Xizhao, Wang Yadong, Xiaofei Xu, Ling Weide, Yeung Daniel (2001) A new approach to fuzzy rule generation: fuzzy extension matrix. Fuzzy Sets Syst 123(3):291–306MathSciNetCrossRefMATH Wang Xizhao, Wang Yadong, Xiaofei Xu, Ling Weide, Yeung Daniel (2001) A new approach to fuzzy rule generation: fuzzy extension matrix. Fuzzy Sets Syst 123(3):291–306MathSciNetCrossRefMATH
29.
Zurück zum Zitat Wang Xizhao, Dong Chunru, Fan Tiegang (2007) Training T-S norm neural networks to refine weights for fuzzy if-then rules. Neurocomputing 70(13–15):2581–2587CrossRef Wang Xizhao, Dong Chunru, Fan Tiegang (2007) Training T-S norm neural networks to refine weights for fuzzy if-then rules. Neurocomputing 70(13–15):2581–2587CrossRef
30.
Zurück zum Zitat Wang Xizhao, Dong Chunru (2009) Improving generalization of fuzzy if-then rules by maximizing fuzzy entropy. IEEE Trans Fuzzy Syst 17(3):556–567MathSciNetCrossRef Wang Xizhao, Dong Chunru (2009) Improving generalization of fuzzy if-then rules by maximizing fuzzy entropy. IEEE Trans Fuzzy Syst 17(3):556–567MathSciNetCrossRef
Metadaten
Titel
Association rule mining using treap
verfasst von
H. S. Anand
S. S. Vinodchandra
Publikationsdatum
23.05.2016
Verlag
Springer Berlin Heidelberg
Erschienen in
International Journal of Machine Learning and Cybernetics / Ausgabe 4/2018
Print ISSN: 1868-8071
Elektronische ISSN: 1868-808X
DOI
https://doi.org/10.1007/s13042-016-0546-7

Weitere Artikel der Ausgabe 4/2018

International Journal of Machine Learning and Cybernetics 4/2018 Zur Ausgabe