Apriori Algorithm for Vertical Association Rule Mining
Journal Title: International Journal of Engineering Sciences & Research Technology - Year 30, Vol 3, Issue 8
Abstract
Association rule mining is one of the important concepts in data mining domain for analyzing customer’s data. The association rule mining is a process of finding correlation among the items involved in different transactions. Traditionally association rule mining is implemented horizontally. For this we have plenty of different algorithms in research like Apriori based, FP tree based so on. Recently we have a new method in association rule mining which generates vertical association rules. In horizontal association rule mining we read transaction items record by record basis and computes support of each frequent item or candidate item. We repeat this process to generate frequent item sets. The vertical association rule mining evaluates support frequency of each item column wise. For this it uses bitmap matrix that saves support sets of frequent item sets in memory which is used to calculate candidate item sets. The Item are read from Data set using BitMap Matrix format which uses 1 or 0 to represent the presence or absence of item in record. In our system it is proposed to combine both horizontal mining and vertical mining in generating association rules. The horizontal and vertical mining are implemented in parallel using multithreading concept. For this we propose a modified parallel multithreaded Apriori algorithm. The algorithm saves time and decreases memory space as the process is running because of bitmap representation of dataset and bitmap compression algorithms.
Authors and Affiliations
Mohammed Karimuddin
Improving Energy Efficiency in MANET by Topology Control
The way to represent how the nodes are arranged in the MANET is referred as topology which is temporary or dynamically changed with time according to traffic conditions. The energy efficiency in MANET can be achie...
Requirement Elicitation for Requirement in Software Engineering
Requirement Elicitation is also called as Requirement Gathering, in which requirements are collected from User, Stakeholders, and Customer to build the system. Requirements elicitation practices include interviews...
PERFORMANCE ANALYSIS OF ZF AND MMSE DECODERS AND ANALYSING THE BER FOR MIMO SYSTEMS
A leading breakthrough in wireless communications has come into existence with the help of Multiple Inputs Multiple Output (MIMO) Systems. It is aimed to achieve a high data rate with a high spectral efficiency wi...
Nodes Self-Scheduling Approach for Maximising Wireless Sensor Network Lifetime
Coverage and energy conservation are two major issues in wireless sensor networks (WSNs), especially when sensors are randomly deployed in large areas. In such WSNs, sensors are equipped with limited lifetime bat...
Offline Signature Recognition using Hough Transform and Neural Network
Authentication of a person is the major concern in this era for security purposes. In biometric systems Signature is one of the behavioural features used for the authentication purpose. In this paper we work on th...