2008 IEEE Conference on Cybernetics and Intelligent Systems 2008
DOI: 10.1109/iccis.2008.4670900
|View full text |Cite
|
Sign up to set email alerts
|

The research of association rules mining algorithm based on binary

Abstract: An algorithm of association rules mining based on binary has been introduced to solve two problems that how to easily generate candidate frequent itemsets and fast compute support. However the basic notion of presented algorithms in generating candidate itemsets is still similar to Apriori. In some degree the efficiency of these algorithms is very confined, and so this paper proposes two different searching strategies of association rules mining algorithms based on binary, which are suitable for mining corresp… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2009
2009
2010
2010

Publication Types

Select...
7

Relationship

2
5

Authors

Journals

citations
Cited by 8 publications
(4 citation statements)
references
References 8 publications
(8 reference statements)
0
4
0
Order By: Relevance
“…Namely, it uses digit logical operation to generate k-candidate frequent itemsets of digit form by (k+1)-digit non-frequent itemsets. The algorithm adopts search strategy which is similar to B_UDMA as in [7] and ITDASN as in [8]. The course of generating is expressed as follows:…”
Section: B the Methods Of Generating Candidate Frequent Ncsmentioning
confidence: 99%
“…Namely, it uses digit logical operation to generate k-candidate frequent itemsets of digit form by (k+1)-digit non-frequent itemsets. The algorithm adopts search strategy which is similar to B_UDMA as in [7] and ITDASN as in [8]. The course of generating is expressed as follows:…”
Section: B the Methods Of Generating Candidate Frequent Ncsmentioning
confidence: 99%
“…Table IV shows the variation of the execution time with their correspondence support. Since these two algorithms execute on the same test data, it is can be clearly seen that the efficiency of the V_Apriori algorithm is better than the classical Apriori algorithm [9]. (2) Space(Capacity)complex analysis The Apriori algorithm produces a mass of candidate itemsets while executing, and all these sets need to be stored in the main memory of the PC so that they can be used in the prune step to generate the frequent itemsets.…”
Section: B Implementation Of the V_apriori Algorithmmentioning
confidence: 99%
“…COMPARING CAPABILITY OF THESE ALGORITHMS Aiming to B_Apriori represented as in [3] and B_UDMA represented as in [5], this paper proposes an improved top-down association rules mining algorithm based on sequence number (ITDASN). We compare the method of computing support used by these algorithms which are expressed as follows: B_Apriori: The algorithm generates candidate frequent itemsets which contain the number of items from fewness to many, namely, the algorithm uses up search strategy to generate candidate, which is suitable for mining short frequent itemsets.…”
Section: The Program Of Computing Supportmentioning
confidence: 99%
“…In order to solve the first problem, some algorithms were presented, such as DMFI [1] and DMFIA [2] . And then, in order to solve the second problem, some algorithms based on binary were presented, such as B_Apriori [3] , B_ARDSM [4] and B_UDMA [5] . The kind of algorithm computes support by binary logic operation to improve efficiency of algorithm.…”
Section: Introductionmentioning
confidence: 99%