Academic literature on the topic 'Association rule mining'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Association rule mining.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Association rule mining"

1

Thomas, Binu, and G. Raju. "A Novel Web Classification Algorithm Using Fuzzy Weighted Association Rules." ISRN Artificial Intelligence 2013 (December 19, 2013): 1–10. http://dx.doi.org/10.1155/2013/316913.

Full text
Abstract:
In associative classification method, the rules generated from association rule mining are converted into classification rules. The concept of association rule mining can be extended in web mining environment to find associations between web pages visited together by the internet users in their browsing sessions. The weighted fuzzy association rule mining techniques are capable of finding natural associations between items by considering the significance of their presence in a transaction. The significance of an item in a transaction is usually referred as the weight of an item in the transaction and finding associations between such weighted items is called fuzzy weighted association rule mining. In this paper, we are presenting a novel web classification algorithm using the principles of fuzzy association rule mining to classify the web pages into different web categories, depending on the manner in which they appear in user sessions. The results are finally represented in the form of classification rules and these rules are compared with the result generated using famous Boolean Apriori association rule mining algorithm.
APA, Harvard, Vancouver, ISO, and other styles
2

Taniar, David, Wenny Rahayu, Vincent Lee, and Olena Daly. "Exception rules in association rule mining." Applied Mathematics and Computation 205, no. 2 (2008): 735–50. http://dx.doi.org/10.1016/j.amc.2008.05.020.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Agrawal, Shivangee, and Nivedita Bairagi. "A Survey for Association Rule Mining in Data Mining." International Journal of Advanced Research in Computer Science and Software Engineering 7, no. 8 (2017): 245. http://dx.doi.org/10.23956/ijarcsse.v7i8.58.

Full text
Abstract:
Data mining, also identified as knowledge discovery in databases has well-known its place as an important and significant research area. The objective of data mining (DM) is to take out higher-level unknown detail from a great quantity of raw data. DM has been used in a variety of data domains. DM can be considered as an algorithmic method that takes data as input and yields patterns, such as classification rules, itemsets, association rules, or summaries, as output. The ’classical’ associations rule issue manages the age of association rules by support portraying a base level of confidence and support that the roduced rules should meet. The most standard and classical algorithm used for ARM is Apriori algorithm. It is used for delivering frequent itemsets for the database. The essential thought behind this algorithm is that numerous passes are made the database. The total usage of association rule strategies strengthens the knowledge management process and enables showcasing faculty to know their customers well to give better quality organizations. In this paper, the detailed description has been performed on the Genetic algorithm and FP-Growth with the applications of the Association Rule Mining.
APA, Harvard, Vancouver, ISO, and other styles
4

Varma, Sandeep, and LijiP I. "Secure Outsourced Association Rule Mining using Homomorphic Encryption." International Journal of Engineering Research and Science 3, no. 9 (2017): 70–76. http://dx.doi.org/10.25125/engineering-journal-ijoer-sep-2017-22.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

G.Usha Rani, G. Usha Rani, R. Vijaya Prakash, and Prof A. Govardhan Prof. A. Govardhan. "Mining Multilevel Association Rule Using Pincer Search Algorithm." International Journal of Scientific Research 2, no. 5 (2012): 54–57. http://dx.doi.org/10.15373/22778179/may2013/21.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Kumar, Manoj, and Hemant Kumar Soni. "A Comparative Study of Tree-Based and Apriori-Based Approaches for Incremental Data Mining." International Journal of Engineering Research in Africa 23 (April 2016): 120–30. http://dx.doi.org/10.4028/www.scientific.net/jera.23.120.

Full text
Abstract:
Association rule mining is an iterative and interactive process of discovering valid, novel, useful, understandable and hidden associations from the massive database. The Colossal databases require powerful and intelligent tools for analysis and discovery of frequent patterns and association rules. Several researchers have proposed the many algorithms for generating item sets and association rules for discovery of frequent patterns, and minning of the association rules. These proposals are validated on static data. A dynamic database may introduce some new association rules, which may be interesting and helpful in taking better business decisions. In association rule mining, the validation of performance and cost of the existing algorithms on incremental data are less explored. Hence, there is a strong need of comprehensive study and in-depth analysis of the existing proposals of association rule mining. In this paper, the existing tree-based algorithms for incremental data mining are presented and compared on the baisis of number of scans, structure, size and type of database. It is concluded that the Can-Tree approach dominates the other algorithms such as FP-Tree, FUFP-Tree, FELINE Alorithm with CATS-Tree etc.This study also highlights some hot issues and future research directions. This study also points out that there is a strong need for devising an efficient and new algorithm for incremental data mining.
APA, Harvard, Vancouver, ISO, and other styles
7

Lekha, A., C. V. Srikrishna, and Viji Vinod. "Fuzzy Association Rule Mining." Journal of Computer Science 11, no. 1 (2015): 71–74. http://dx.doi.org/10.3844/jcssp.2015.71.74.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Hidber, Christian. "Online association rule mining." ACM SIGMOD Record 28, no. 2 (1999): 145–56. http://dx.doi.org/10.1145/304181.304195.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ding, Qin, and William Perrizo. "Support-Less Association Rule Mining Using Tuple Count Cube." Journal of Information & Knowledge Management 06, no. 04 (2007): 271–80. http://dx.doi.org/10.1142/s0219649207001846.

Full text
Abstract:
Association rule mining is one of the important tasks in data mining and knowledge discovery (KDD). The traditional task of association rule mining is to find all the rules with high support and high confidence. In some applications, we are interested in finding high confidence rules even though the support may be low. This type of problem differs from the traditional association rule mining problem; hence, it is called support-less association rule mining. Existing algorithms for association rule mining, such as the Apriori algorithm, cannot be used efficiently for support-less association rule mining since those algorithms mostly rely on identifying frequent item-sets with high support. In this paper, we propose a new model to perform support-less association rule mining, i.e., to derive high confidence rules regardless of their support level. A vertical data structure, the Peano Count Tree (P-tree), is used in our model to represent all the information we need. Based on the P-tree structure, we build a special data cube, called the Tuple Count Cube (T-cube), to derive high confidence rules. Data cube operations, such as roll-up, on T-cube, provide efficient ways to calculate the count information needed for support-less association rule mining.
APA, Harvard, Vancouver, ISO, and other styles
10

Wang, Hui. "Strategies for Sensitive Association Rule Hiding." Applied Mechanics and Materials 336-338 (July 2013): 2203–6. http://dx.doi.org/10.4028/www.scientific.net/amm.336-338.2203.

Full text
Abstract:
Data mining technologies are used widely while the side effects it incurred are concerned so seriously. Privacy preserving data mining is so important for data and knowledge security during data mining applications. Association rule extracted from data mining is one kind of the most popular knowledge. It is challenging to hide sensitive association rules extracted by data mining process and make less affection on non-sensitive rules and the original database. In this work, we focus on specific association rule automatic hiding. Novel strategies are proposed which are based on increasing the support of the left hand and decreasing the support of the right hand. Quality measurements for sensitive association rules hiding are presented.
APA, Harvard, Vancouver, ISO, and other styles
More sources
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography