scispace - formally typeset
Proceedings ArticleDOI

EO-ARM: An efficient and optimized k-map based positive-negative association rule mining technique

Chandrasekar Ravi, +1 more
- pp 1723-1727
Reads0
Chats0
TLDR
EO-ARM, an Efficient and Optimized Positive-Negative Association Rule Mining algorithm, which produces both positive as well as negative association rules and optimizes the association rules by introducing a contingency matrix based correlation measure which prunes less interesting rules thereby overcoming the existing limitations.
Abstract
Association Rule Mining is a Data Mining technique which extracts association rules from the given dataset. A good number of research work has been reported in Association Rule Mining algorithms which discovers positive association rules. Amongst them, only a few algorithms have focused on Association Rule Mining algorithms which discovers negative association rules too. Amongst the negative Association Rule Mining algorithms, most of them scans the dataset more than once to identify the frequent item sets and also doesn't guarantee that all the extracted rules are interesting. In order to overcome the above said challenges, EO-ARM, an Efficient and Optimized Positive-Negative Association Rule Mining algorithm has been proposed in this paper. EO-ARM produces both positive as well as negative association rules. It scans the dataset only once (irrespective of the size of dataset) to identify frequent item sets using a two dimensional matrix thereby increasing the efficiency. The two dimensional matrix is conceptually similar to k-map. It also optimizes the association rules by introducing a contingency matrix based correlation measure which prunes less interesting rules thereby overcoming the existing limitations. EO-ARM has been implemented using a binary transaction dataset. Several experiments were performed and an optimal support and confidence threshold has been identified for the given dataset. These optimized support and confidence threshold have been used to find the frequent item sets and generating rules from the dataset. Experimental results also proved that EO-ARM is more efficient in terms of execution time than the standard Apriori algorithm and more optimized in terms of no. of rules generated with the pruning done with the projected correlation measure.

read more

Citations
More filters

An Analysis on Characteristics of Negative Association Rules

TL;DR: This research analyses the behavior of the negative association rules based on trial and error and emphasizes that extracting only positive rules for covering association rules is not enough.
Book ChapterDOI

Mining Frequent Itemset Using Quine–McCluskey Algorithm

TL;DR: This paper presents an approach which uses Quine–McCluskey algorithm in order to discover frequent itemsets to generate association rules and requires less number of scans compared to other existing techniques.
References
More filters
Proceedings ArticleDOI

Research of Mining Effective and Weighted Association Rules Based on Dual Confidence

Yihua Zhong, +1 more
TL;DR: A new algorithm which can mine effective weighted rules is proposed in this paper, which is on the basis of the dual confidence association rules used in algorithm.
Proceedings ArticleDOI

Mining Weighted Negative Association Rules from Infrequent Itemsets Based on Multiple Supports

TL;DR: An algorithm for mining weighted negative association rules from infrequent itemsets based on multiple supports(WNAIIMS) is proposed in this paper and is supported the technique that allows the users to specify multiple minimum supports to reflect the natures of the itemsets and their varied frequencies in the database.
Proceedings ArticleDOI

Frequent absence and presence itemset for negative association rule mining

TL;DR: This paper proposes an enhancement in Apriori algorithm for mining negative association rule from frequent absence and presence (FAP) itemset and provides the preliminaries of basic concepts ofnegative association rule.
Proceedings ArticleDOI

e-NFIS: Efficient negative frequent itemsets mining only based on positive ones

TL;DR: The main idea of e-NFIS is to mine NFIS only from positive frequent itemsets (PFIS), an efficient method to generate negative candidate itemsets from PFIS, without additional database scanning, and Experimental results show that the e- NFIS is efficient.
Proceedings ArticleDOI

Research on mining positive and negative association rules

Junwei Luo, +1 more
TL;DR: The paper presents a new algorithm for mining positive and negative association rules that applies a new measurement framework of support and confidence to solve the problems existing and shows that the method is highly efficient and accurate in comparison with other reported mining methods.
Related Papers (5)