• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations | Disambiguate

Association Rule Mining: A Survey. (2003)

by Q Zhao, S Bhowmick
Add To MetaCart

Tools

Sorted by:
Results 11 - 20 of 30
Next 10 →

Vijayakumar.V et al. / International Journal on Computer Science and Engineering (IJCSE) Mining Best-N Frequent Patterns in a Video Sequence

by Vijayakumar. V
"... ABSTRACT — Video mining is used to discover and describe interesting patterns in video data, which has become one of the core problem areas of the data mining research community. Compared to the mining of other types of data (e.g., text), video mining is still in its infancy, and an under-explored f ..."
Abstract - Add to MetaCart
ABSTRACT — Video mining is used to discover and describe interesting patterns in video data, which has become one of the core problem areas of the data mining research community. Compared to the mining of other types of data (e.g., text), video mining is still in its infancy, and an under-explored field. There are many challenging research problems facing video mining. Video Association Mining is a relatively new and emerging research trend. It consists two key phases are (i) Video pre-processing and (ii) Frequent Temporal Pattern Mining. The first phase converts the original input video to a sequence format. The second phase concerns the generation of frequent patterns. Frequent pattern generation plays an essential role in mining of association rules. The usual framework is to use a minimal support threshold to obtain all frequent patterns. However, it is nontrivial for users to choose a suitable minimal support threshold. The paper addresses the issue of frequent temporal pattern mining and studies algorithms for the same. In this paper, we proposed a new mining task called mining Best-N frequent patterns, where N is the largest rank value of all frequent patterns to be mined. An efficient algorithm called Modified VidApriori is used to mining Best-N frequent patterns. During the mining process, the undesired patterns are filtered and useful patterns are selected to generate other longer potential frequent patterns. This strategy greatly reduces the search space. The existing Apriori based algorithm is compared with Modified VidApriori. We also presented results of applying these algorithms to a synthetic data set, which show the effectiveness of our algorithm.
(Show Context)

Citation Context

...a counterparts in the presence of temporal properties in the input data [10]. Association rule mining, one of the most important and well researched techniques of data mining, was first introduced in =-=[1,2]-=-. It aims to extract interesting correlations, frequent patterns, associations or casual structures among sets of items in the transaction databases or other data repositories. A lot of work was devel...

Técnicas de Minería de Datos para la Detección de

by Lavado De Activos
"... ..."
Abstract - Add to MetaCart
Abstract not found

Técnicas de Minería de Datos Aplicadas en la

by Detección De Fraude:estado Del Arte
"... ..."
Abstract - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...a tener, el obtener conocimiento a partir de estos no es una tarea fácil. Con este fin investigadores han dado origen a campos de investigación como el descubrimiento de conocimiento en bases de datos=-=[30]-=- (Knowledge Discovery in Database - KDD), y en especial, el proceso de minería de datos (Data Mining) El término ‘KDD’ es empleado para describir el proceso total de descubrimiento y extracción de con...

Utilizing Non-Redundant Association Rules from Multi-Level Datasets

by Gavin Shaw, Yue Xu, Shlomo Geva
"... Association rule mining and recommender systems are two popular methods for obtaining knowledge and information from datasets. However, both of these methods suffer from limitations. Traditionally association rule mining has focused on extracting as many rules as possible from flat datasets. More re ..."
Abstract - Add to MetaCart
Association rule mining and recommender systems are two popular methods for obtaining knowledge and information from datasets. However, both of these methods suffer from limitations. Traditionally association rule mining has focused on extracting as many rules as possible from flat datasets. More recently, issues over the number of rules and obtaining rules from datasets with multiple concept levels have come into focus. Recommender systems have been popular with users when it comes to helping find similar interests to those they already have. However, recommender systems suffer from two major problems, cold start and novelty. The aims of our research is to develop an approach for extracting non-redundant multi-level and crosslevel association rules from datasets with multiple concept levels and utilise them in a recommender system with the aim of potentially solving the cold start and novelty problems. 1.
(Show Context)

Citation Context

...ning is a process for finding associations, relations, patterns etc in large datasets with minimal human effort and has been proven to be a success. This technique has found uses in many fields/areas =-=[14]-=-. However, successful application of the extracted rules into real world problems is often restricted by the quality of said rules. Dealing with the quality of association rules, especially multi-leve...

An Efficient Technique for Indexing Temporal Databases

by Mohammed M. Fouad, Mostafa G. M. Mostafa
"... Temporal databases added a new dimension to traditional transaction databases. This dimension is the life time of each item, i.e. exhibition period, starting from the partition when this item appears in the transaction database to the partition when this item no longer exists. Mining temporal associ ..."
Abstract - Add to MetaCart
Temporal databases added a new dimension to traditional transaction databases. This dimension is the life time of each item, i.e. exhibition period, starting from the partition when this item appears in the transaction database to the partition when this item no longer exists. Mining temporal association rules became very interesting topic in many applications nowadays. In this paper, an efficient technique is proposed for indexing temporal databases in order to facilitate support counting process during mining operation. Some experiments were conducted using well-known real datasets to show the performance of the proposed indexing technique with respect to index size and running time of the mining algorithm. The results show that the proposed indexing technique saves a lot of running time and works efficiently with different databases characteristics.
(Show Context)

Citation Context

... form, it is interested in finding hidden relationssbetween items in transactional databases, which were verysuseful in some applications like market analysis, decisionsmaking and business management =-=[1]-=-.sMany algorithms were presented to solve the association rulessmining from transactional databases. These algorithms adoptedsdifferent approaches including: Level-wise Apriori and itssmodified versio...

Sunder Deep Group of

by A K Chandanan, Jayoti Vidyapeeth Women’s, M K Shukla
"... Association rule mining is a way to find relations or co-relations among a set of information available. The aim to generate rules for giving multiple data from various databases. Analysis of data can be possible with the help of sequential access of data from database. In case of sequential access ..."
Abstract - Add to MetaCart
Association rule mining is a way to find relations or co-relations among a set of information available. The aim to generate rules for giving multiple data from various databases. Analysis of data can be possible with the help of sequential access of data from database. In case of sequential access of data it may cause multiple times same rules to be generated. It is desired to find a solution to get out of those unnecessary association rules due to the complex characteristics of serial data. Although many numbers of serial association rule with the use of either sequence or temporal constraint as prediction model, these two models did not consider with the repetition during the process of rule mining for the database. The goal of this paper is to propose a method for redundancy free serial association rule mining.
(Show Context)

Citation Context

...fidence approach, the support measures or defines thesrange of the rulesand the confidence measures thesprecision or accuracy of the rule .Support was chosen as itsrepresentssstatisticalssignificance =-=[5]-=- and users are usuallysonly interested in the rules that have a support/significancesabove a certain threshold.sThe calculation of supportsassumes statistical independence and the support -sconfidence...

EFFICIENT APPROACH TO DISCOVER INTERVAL-BASED SEQUENTIAL PATTERNS

by K. Duraiswamy
"... In most of the sequential pattern mining methodology they have concentrated only on time point base event data. But some research efforts have detailed the mining patterns from time interval based event data. In many application most of the events are occurred at time interval based event not a poin ..."
Abstract - Add to MetaCart
In most of the sequential pattern mining methodology they have concentrated only on time point base event data. But some research efforts have detailed the mining patterns from time interval based event data. In many application most of the events are occurred at time interval based event not a point based interval for example patient affected by the certain time period. Our goal is to mine the frequently occurred sequential patterns in the database. In this study we have introduced a new algorithm namely KPrefixspan by modifying the TPrefixspan algorithm to overcome the demerits of that algorithm. Here new approach called refined database can reduce the scanning time extremely since the unsupported events are removed at each projection also result of the sequential pattern is extremely precise. Experiments constructed for synthetic datasets. From the experimental results we reduced the running time almost 60 % and also reduce the memory usage almost 25 % when compared to the existing TPrefixspan algorithm.
(Show Context)

Citation Context

...together frequently in a single transaction. Whereas,sthe output of sequential pattern mining represents the itemsswhich are bought in a particular order by the same customersin diverse transactions (=-=Zhao and Bhowmick, 2003-=-).sSadasivam, R. and K. Duraiswamy / Journal of Computer Science 9 (2): 225-234, 2013s226 Science Publications JCSsMost database related applications are temporal insnature, for example, financial app...

An Overview on Mobile Data Mining

by D. Natarajasivan, M. Govindarajan
"... In early days the mobile phones are considered to perform only telecommunication operation. This scenario of mobile phones as communication devices changed with the emergence of a new class of mobile devices called the smart phones. These smart phones in addition to being used as a communication dev ..."
Abstract - Add to MetaCart
In early days the mobile phones are considered to perform only telecommunication operation. This scenario of mobile phones as communication devices changed with the emergence of a new class of mobile devices called the smart phones. These smart phones in addition to being used as a communication device are capable of doing things that a computer does. In recent times the smart phone are becoming more and more powerful in both computing and storage aspects. The data generated by the smart phone provide a means to get new knowledge about various aspects like usage, movement of the user etc. This paper provides an introduction to Mobile Data Mining and its types.

Mining Data Using Various Association Rule Mining Algorithms in Distributed Environment Using MPI

by Riddhi N. Bhoraniya, Arjun V. Bala
"... Abstract- Data mining combines machine learning, statistics and visualization techniques to discover and extract knowledge. In order to improve the efficiency of mining algorithm for the large data sets we are implementing Distributed Data Mining (DDM). In distributed association rule mining algorit ..."
Abstract - Add to MetaCart
Abstract- Data mining combines machine learning, statistics and visualization techniques to discover and extract knowledge. In order to improve the efficiency of mining algorithm for the large data sets we are implementing Distributed Data Mining (DDM). In distributed association rule mining algorithm, one of the major challenges is to reduce the communication overhead. Data sites are required to exchange lot of information in the data mining process which may generates massive communication overhead. Message passing interface (MPI) is a technique to exchange information among a number of communicating nodes. Here we apply association rule mining algorithms like TopKRules and TNR algorithm in distributed environment using MPI for mining data within less communication overhead.
(Show Context)

Citation Context

...www.ijedr.org) 3668srespectively, additional constraints of interesting rules also can be specified by the users. The two basic parameters of AssociationsRule Mining (ARM) are: support and confidence =-=[4]-=-.sLet us takesI = i1, i2, ….im as a set of items. Take D , the data relevant to task, as a set of transactions where inseachstransaction T is a set of items such that T⊆I. Here, each and every transac...

Graph Based Approach for Finding Frequent Itemsets to Discover Association Rules

by Nathusari Chopta Sirsa
"... Abstract — The discovery of association rules is an important task in data mining and knowledge discovery. Several algorithms have been developed for finding frequent itemsets and mining comprehensive association rules from the databases. The efficiency of these algorithms is a major issue since a l ..."
Abstract - Add to MetaCart
Abstract — The discovery of association rules is an important task in data mining and knowledge discovery. Several algorithms have been developed for finding frequent itemsets and mining comprehensive association rules from the databases. The efficiency of these algorithms is a major issue since a long time and has captured the interest of a large community of researchers. This paper presents a new approach that can mine frequent itemset or patterns in less time and in a straight forward way. Majority of the algorithms developed for finding frequent itemsets scan the database repeatedly and are based on the concept of minimum threshold support value. The proposed approach is based on graph and finds frequent itemsets without repeatedly scanning the database. The algorithm finds frequent itemsets irrespective of support level and can be used for finding the largest most frequent itemset. The proposed approach performs single scan of the database in first phase and draws a graph in which edges are labeled with the respective transactions ids. In second phase, a table is constructed which has all distinct labels and the corresponding itemsets. The largest most frequent itemset is selected from this table according to the given selection criterion. Index Terms — data mining, association rules, knowledge and data management, database I.
(Show Context)

Citation Context

...ssfully, we can find the most frequent itemsets of any given length (for thresholdsvalue changed) without any sort of rework. The proposed approach when applied to the sample databases given ins[16], =-=[19]-=-, [20], reported the same frequent itemsets in single database scan, as produced by their respectivesapproaches in multi database scans.sUsing the proposed approach, even the next most frequent itemse...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University