scispace - formally typeset
Open AccessDOI

An Analysis on Characteristics of Negative Association Rules

Javad Kargar, +1 more
- Vol. 2, Iss: 1, pp 65-74
Reads0
Chats0
TLDR
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.
Abstract
Association rules are one of the data and web mining techniques which aim to discover the frequent patterns among itemsets in a transactional database. Frequent patterns and correlation between itemsets in datasets and databases are extracted by these interesting rules. The association rules are positive or negative, and each has its own specific characteristics and definitions. The mentioned algorithms of the discovery of association rules are always facing challenges, including the extraction of only positive rules, while negative rules in databases are also important for a manager’s decision making. Also, the threshold level for support and confidence criteria is always manual with trial and error by the user and the proper place or the characteristics of datasets is not clear for these rules. This research analyses the behavior of the negative association rules based on trial and error. After analyzing the available algorithms, the most efficient algorithm is implemented and then the negative rules are extracted. This test repeats on several standard datasets to evaluate the behavior of the negative rules. The analyses of the achieved outputs reveal that some of the interesting patterns are detected by the negative rules, while the positive rules could not detect such helpful rules. This study emphasizes that extracting only positive rules for covering association rules is not enough.

read more

Citations
More filters
Proceedings ArticleDOI

An Extension of the Apriori Algorithm for Finding Frequent Items

TL;DR: In this study, the time required to generate frequent items had a 46% reduction compared to that of the MDC_ Apriori algorithm, and it was demonstrated that to create itemsets, instead of adding one item at each step, several items could be added.
References
More filters
Journal ArticleDOI

A behavioral analysis of web sharers and browsers in Hong Kong using targeted association rule mining

TL;DR: In this paper, a newly proposed association rule mining technique was applied to investigate eWOM in the context of the tourism industry using an outbound domestic tourism data set that was recently collected in Hong Kong.
Journal ArticleDOI

A New Multiobjective Evolutionary Algorithm for Mining a Reduced Set of Interesting Positive and Negative Quantitative Association Rules

TL;DR: This paper proposes MOPNAR, a new multiobjective evolutionary algorithm, in order to mine a reduced set of positive and negative quantitative association rules with low computational cost and maximizes three objectives-comprehensibility, interestingness, and performance-in order to obtain rules that are interesting, easy to understand, and provide good coverage of the dataset.
Journal ArticleDOI

Context Based Positive and Negative Spatio-Temporal Association Rule Mining

TL;DR: An approach to spatial association rule mining from datasets projected at a temporal bar in which the contextual situation is considered while generating positive and negative frequent itemsets and the numerical evaluation shows that the algorithm is more efficient at generating specific, reliable and robust information than traditional algorithms.
Journal ArticleDOI

SET-PSO-based approach for mining positive and negative association rules

TL;DR: The authors' method uses set particle swarm optimization to generate association rules from a database and considers both positive and negative occurrences of attributes, which generates more promising results than Apriori, Eclat, HMINE, and a genetic algorithm.
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.