(ProQuest: ... denotes non-US-ASCII text omitted.)
Academic Editor:Salvatore Sessa
Institute for Research and Applications of Fuzzy Modeling, Centre of Excellence IT4Innovations, University of Ostrava, 30. dubna 22, 701 03 Ostrava, Czech Republic
Received 25 August 2014; Accepted 9 September 2014; 7 October 2014
This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
Searching for association rules is a broadly discussed, developed, and accepted data mining technique [1, 2]. An association rule is an expression X...Y , where antecedent X and consequent Y are conditions, the former usually in the form of elementary conjunction and the latter being usually atomic. Such rules are usually interpreted as the following implicational statement: "if X is satisfied then Y is true very often too."
Naturally, analysts are interested only in such rules that are somehow interesting, unusual, or exceptional. To assess rule interestingness objectively, there have been developed many measures of rule interest or intensity. Among the most essential, support and confidence are traditionally considered. An objective of association rules mining is to find rules with support and confidence above some user-defined thresholds.
Searching for association rules fits particularly well on binary or categorical data and many have been written on that topic [1-4]. For association analysis on numeric data, a prior discretization is proposed, for example, by Srikant and Agrawal [5]. Another alternative is to take an advantage of fuzzy logic [6].
The use of fuzzy logic in connection with association rules has been motivated by many authors (see e.g., [7] for recent overview). Fuzzy association rules are appealing also because of the use of vague linguistic terms such as "small" and "very big" [8-11].
In this paper, we focus on three measures of rule intensity that are all based on comparison between the observed support and the support that is expected under the assumption of independence of the rule's antecedent and consequent. These measures are lift , leverage , and conviction . All of them were initially developed for nonfuzzy (i.e., "crisp") association rules.
Lift was firstly described in [12] under its original name "interest." It was well studied for association rules on binary data in [13, 14]. Lift is defined as a ratio of observed support X⋀Y to the support that is expected under the assumption of independence of X and Y .
On the other hand, leverage [15] measures the difference of observed and expected supports. (Hence, it is very similar to lift.)
Conviction [12] is defined as a ratio of expected and observed support of X⋀¬Y . Although it is very similar to lift, its properties are more similar to confidence. Lallich et al. [16] provide a nice overview of many other crisp rule measures.
As quite many have been written about these measures for crisp association rules, not so much has been done with respect to fuzzy rules. Unfortunately, simplicity of definitions for crisp rules sometimes led to oversimplified definitions for fuzzy rules. Some authors believe the generalization of those crisp measures for fuzzy data is as trivial as substituting crisp terms with analogous fuzzy terminology inside of crisp-case definitions; see, for example, [17, 18]. Unfortunately, as discussed in this paper, such oversimplification may lead to erroneous outputs. In order to preserve some nice mathematical properties, one must take care of the type of the t -norms being used.
In Section 2, a brief theoretical background for both binary and fuzzy association rules is provided. Section 2.3 discusses shortly naive definitions of lift, leverage, and conviction and shows a simple example where the rational interpretations of these measures become broken. Before providing corrected definitions in Section 4, an essential notion of expected support is analysed in Section 3. Finally, Section 5 concludes the paper with summarization of the achieved goals and drawings of the possible directions of future research.
2. Theoretical Background
2.1. Binary Association Rules
Let O:={o1 ,o2 ,...,on } , n>0 , be a finite set of objects and let A:={a1 ,a2 ,...,am } , m>0 , be a finite set of attributes (features). Each attribute can be considered as a logical predicate: ai (oj ) is true (or false) accordingly to whether the i th attribute applies (or does not apply) to object oj . For a subset X⊆A of attributes, let us define a new predicate of a logical conjunction of the attributes contained in X as follows: [figure omitted; refer to PDF]
Moreover, let us define a negated predicate ¬X(oj ) as follows: [figure omitted; refer to PDF]
An association rule is a formula X...Y , where X⊂A is an antecedent , Y⊂A is a consequent, and X∩Y=∅ . (Typically, |X|...5;1 and |Y|=1 .) Both X and Y are sometimes called itemsets . Please consider the following rule as an example: [figure omitted; refer to PDF]
The support and confidence are defined as follows [2, 19]: [figure omitted; refer to PDF] where n=|O| . Evidently, supp...(¬X)=1-supp...(X) .
If O is a random sample, then observing o∈O is a random event. Then also a random event X may be defined on the basis of the truth value of the predicate X(o) and support supp...(X) becomes an estimate of a probability P(X) . Then also supp...(¬X) would correspond to the probability P(X-) , where X- is complementary event to X . Confidence conf(X...Y) would then be an estimate of conditional probability P(Y|"X) .
Lift [12], leverage [15], and conviction [12] for binary data are defined as follows: [figure omitted; refer to PDF]
If X and Y are stochastically independent, P(X⋀Y)=P(X)·P(Y) ; that is, the expression supp...(X)·supp...(Y) is an estimation of support supp...(X...Y) under the assumption of X and Y being independent.
Hence, lift lift(X...Y) is a ratio of observed support to the support that is expected under the assumption of independence, leverage lever(X...Y) is a difference of observed and expected support, and conviction is a ratio of the expected support of X appearing without Y to the observed support supp...(X...¬Y) .
If X and Y are independent, lift(X...Y)≈1 , conv(X...Y)≈1 , and lever(X...Y)≈0 . The values of lift(X...Y)>1 , conv(X...Y)>1 , and lever(X...Y)>0 indicate positive relationship, while lift(X...Y)<1 , conv(X...Y)<1 , and lever(X...Y)<0 indicate negative relationship.
2.2. Fuzzy Association Rules
For fuzzy association rules, domain of each fuzzy attribute a∈A is not binary (or "crisp") {0,1} but graded (or "fuzzy"), that is, interval [0,1] . That is, for each a∈A and o∈O , a(o)∈[0,1] . For a subset X⊆A of fuzzy attributes, we define a new predicate of a logical conjunction (similarly to binary case (1)) by using a t -norm [ecedil]7; as [figure omitted; refer to PDF]
T-norm [ecedil]7; is a generalized logical conjunction, that is, a function [0,1]×[0,1][arrow right][0,1] which is associative, commutative, and monotone increasing (in both places) and which satisfies the boundary conditions α[ecedil]7;0=0 and α[ecedil]7;1=α for each α∈[0,1] . Some well-known examples of t -norms are as follows:
(i) product t -norm: [ecedil]7;prod (α,β)=αβ ;
(ii) minimum t -norm: [ecedil]7;min...... (α,β)=min......(α,β) ;
(iii): Lukasiewicz t -norm: [ecedil]7;Luk (α,β)=max......(0,α+β-1) .
Negation of fuzzy predicate a is often defined for any o∈O as ¬a(o):=1-a(o) . Then, we can define (similarly to (2)) a negated predicate ¬X as follows: [figure omitted; refer to PDF]
Let a∈A , o∈O , n=|O| , n>0 , X,Y⊂A , X...0;∅ , Y...0;∅ , and X∩Y=∅ . Several intensity measures may be defined as follows: [figure omitted; refer to PDF]
Convention 1.
Throughout this text, we assume [ecedil]7; is an arbitrary (but fixed) t -norm. Where it is important to explicitly specify a concrete t -norm, say [ecedil]7;prod , we put [ecedil]7;prod in subscript and write, for example, fsupp[ecedil]7;prod (X...Y) instead of fsupp(X...Y) or X[ecedil]7;prod (o) instead of X(o) .
Convention 2.
For the sake of simplicity, we will sometimes express a fuzzy attribute as a vector of membership degrees. For instance, suppose a∈A is a fuzzy attribute on a set of objects O={o1 ,o2 ,o3 } . Then, instead of writing a(o1 ):=0.3 , a(o2 ):=0.9 , and a(o3 ):=1 , we will use a much concise form: a:=(0.3,0.9,1) .
Example 1.
Let a:=(a1 ,a2 ,a3 ) , b:=(b1 ,b2 ,b3 ) , and c:=(c1 ,c2 ,c3 ) be fuzzy attributes. Then, [figure omitted; refer to PDF]
2.3. Naive Definition of Lift, Leverage, and Conviction for Fuzzy Association Rules
A naive approach for introducing lift, leverage, and conviction into the fuzzy association rules framework is to use simply their definitions (7), (8), and (9) for binary rules and replace binary support (4) and (5) and confidence (6) with their fuzzy alternatives (12) as, for example, in [17, 18]. Unfortunately, that approach works well only for [ecedil]7; being the product t -norm. As indicated in the following experiment, using minimum or Lukasiewicz t -norms may lead to erroneous interpretations.
Experiment 1.
Two vectors X and Y of size n=2000 were randomly generated from the uniform distribution on the interval [0,1] so that they are stochastically independent. Above-described naive versions of lift, leverage, and conviction of a rule X...Y were computed with using minimum, product, and Lukasiewicz t -norms as [ecedil]7; ; see Table 1 for results.
As discussed in Section 2.1, stochastically independent data are expected to result in lift and conviction being close to 1 while leverage is expected to be close to 0. As can be seen, this is the case only for product t -norm.
Table 1: Comparison of lift, leverage, and conviction computed with different t -norms on stochastically independent data generated randomly from uniform distribution.
| Naive lift | Naive leverage | Naive conviction |
Lukasiewicz t -norm | 0.675 | -0.081 | 1.544 |
Product t -norm | 1.012 | 0.003 | 1.012 |
Minimum t -norm | 1.353 | 0.088 | 0.755 |
The values of naive lift and naive leverage wrongly indicate positive (resp., negative) relationship, if the minimum (resp., Lukasiewicz) t -norm is used. Paradoxically, naive conviction indicates opposite sign of relationship.
3. Expected Support of a Conjunction of Fuzzy Attributes under the Assumption of Independence
As indicated in Experiment 1 presented in Section 2.3 above, naive lift, leverage, and conviction no more behave like their alternatives for crisp data: they no more represent a ratio of what is observed to what is expected under the assumption of independence. To recover their definitions, independency of fuzzy attributes must be treated correctly. Only then a proper definitions of lift, leverage, and conviction can be formulated.
Given sets X and Y of fuzzy attributes, what support of X⋀Y is expected if X and Y are independent? Moreover, what does independency of fuzzy attributes mean?
For the sake of simplicity, let us assume X and Y are sets containing a single fuzzy attribute; that is, |X|=|Y|=1 . For more complex cases, a new attribute can be created from the set of fuzzy attributes by using (10).
If O is a set of randomly selected objects, one can consider membership values X(o) and Y(o) as random variables X and Y and treat the independence of fuzzy attributes as stochastic independence of random variables X and Y .
Two random variables X,Y are stochastically independent, if the combined random variable (X,Y) has a joint probability density as [figure omitted; refer to PDF] If X and Y are two independent random variables from interval [0,1] , then [figure omitted; refer to PDF] is a random variable with probability density function fσ (x,y)=fX,Y (x,y) .
By definition, expected value E[Z] of a random variable Z is a weighted average of all possible values. More formally, [figure omitted; refer to PDF] where fZ is a probability density function of random variable Z .
Similarly, an expected value E[σ(x,y)] is a weighted average of all possible (x,y) pairs, namely, [figure omitted; refer to PDF]
In real setting, fσ (x,y) is unknown but we can estimate its values from data (i.e., from objects O and their fuzzy attributes A ) by using the assumption of independence (14) as follows: [figure omitted; refer to PDF] where countA (a) is the number of objects from O that belong to A∈A with degree a ; that is, countA (a)=|{o∈O|"A(o)=a}| .
Assuming x∈{X(o)|"o∈O} and y∈{Y(o)|"o∈O} , we obtain, from (15), (17), and (18), [figure omitted; refer to PDF]
Since X and Y are independent, E[fsupp(X...Y)]=n·E[σ(x,y)] and hence expected value of fsupp(X...Y) is [figure omitted; refer to PDF]
Now, we are ready to define notions of expected support and expected confidence .
Definition 2.
Let [ecedil]7; be a t -norm, and let X,Y be sets of fuzzy attributes such that fsupp(X)>0 and n>0 . Then, the expected fuzzy support fsupp...^(X...Y) and the expected fuzzy confidence fconf^(X...Y) are defined as follows: [figure omitted; refer to PDF]
Proposition 3.
Let X,Y be sets of fuzzy attributes. Then,
(1) if fsupp(X...Y)>0 , then fsupp^(X...Y)>0 ,
(2) fsupp^(X...Y)...4;min...... (fsupp(X),fsupp(Y)) .
Proof.
(1) If fsupp(X...Y)>0 , then [figure omitted; refer to PDF] and hence [figure omitted; refer to PDF] Therefore also fsupp...^(X...Y)>0 .
(2) For any t -norm [ecedil]7; holds that X(oi )[ecedil]7;Y(oj )...4;Y(oj ) . Therefore, [figure omitted; refer to PDF] and similarly for fsupp(X) . Hence, fsupp...^(X...Y)...4;min...(fsupp(X),fsupp(Y)) .
Remark 4.
Note that the reverse direction of the first implication of Proposition 3 is not generally true. For example, for X:=(1,0) and Y:=(0,1) , we have fsupp...^(X...Y)=1/4 but fsupp(X...Y)=0 .
Proposition 5.
Let X,Y be sets of fuzzy attributes and let [ecedil]7;:=[ecedil]7;prod ; that is, the product t -norm is being used as a conjunction. Then, [figure omitted; refer to PDF]
Proof.
If [ecedil]7;:=[ecedil]7;prod , fsupp...^(X...Y) equals [figure omitted; refer to PDF]
Proposition 6.
Let X,Y be sets of fuzzy attributes and let [ecedil]7;:=[ecedil]7;min... ; that is, the minimum t -norm is being used as a conjunction. Then, [figure omitted; refer to PDF]
Proof.
Let [ecedil]7;:=[ecedil]7;min...... . The first inequality follows from the fact that [ecedil]7;min...... (x,y)...5;x·y as [figure omitted; refer to PDF] The second inequality follows directly from Proposition 3.
Proposition 7.
Let X,Y be sets of fuzzy attributes and let [ecedil]7;:=[ecedil]7;Luk ; that is, the Lukasiewicz t -norm is being used as a conjunction. Then, [figure omitted; refer to PDF]
Proof.
Let [ecedil]7;:=[ecedil]7;Luk , sX :=fsupp(X) , and sY :=fsupp(Y) . To prove the first inequality, it suffices to prove [figure omitted; refer to PDF] which is obvious for sX +sY ...4;1 . Let us therefore assume sX +sY >1 ; then, (30) can be rewritten as [figure omitted; refer to PDF] Then, [figure omitted; refer to PDF] where t is a sequence of numbers (X(oi )+Y(oj )|"X(oi )+Y(oj )<1) and r={(i,j)|"X(oi )+Y(oj )...5;1} , for i,j∈{1,2,...,n} . Since |t|+|r|=n2 and each tk <1 , we can immediately see that [figure omitted; refer to PDF] hence, (30) holds.
The second inequality follows from [ecedil]7;Luk (x,y)...4;x·y because then we have [figure omitted; refer to PDF]
4. Correct Definition of Lift, Leverage, and Conviction for Fuzzy Association Rules
Now, we are ready to provide a correct definition of lift, leverage, and conviction in the framework of fuzzy association rules.
Definition 8.
Let X,Y be sets of fuzzy attributes with n:=|O|>0 . Then, lift, leverage, and conviction of a fuzzy association rule X...Y are defined as follows: [figure omitted; refer to PDF]
Let us now study some interesting properties of the newly defined notions.
Proposition 9.
Let X,Y be sets of fuzzy attributes. Then,
(1) flift(X...Y)=flift(Y...X) ;
(2) flift(X...Y)=fconf(X...Y)/fconf^(X...Y) ;
(3) 0...4;flift(X...Y)...4;n ;
(4) if fsupp(X...Y)>0 , then flift(X...Y)>0 .
Proof.
(1) and (2) directly follow from the definitions and from the fact that t -norms are commutative.
(3) Since the membership degrees are defined on interval [0,1] , their sums cannot be negative either. Hence, flift(X...Y)...5;0 . Next, assume to the contrary that flift(X...Y)>n as follows: [figure omitted; refer to PDF] therefore, [figure omitted; refer to PDF] which is a contradiction.
(4) If fsupp (X...Y)>0 , then, from Proposition 3, we know that also fsupp...^(X...Y)>0 . Therefore, flift(X...Y) exists and is greater than 0 .
Proposition 10.
Let X,Y be sets of fuzzy attributes. Then,
(1) flever(X...Y)=flever(Y...X) ,
(2) flever(X...Y)=fsupp(X)(fconf(X...Y)-fconf^(X...Y)) ,
(3) 1/n-1...4;flever(X...Y)...4;fsupp(X...Y)(1-1/n) .
Proof.
(1) and (2) directly follow from the definitions and from the fact that t -norms are commutative.
(3) Let u:=∑∀i X(oi )[ecedil]7;Y(oi ) and r:=∑∀i∑∀j...0;i X(oi )[ecedil]7;Y(oj ) . Evidently, fsupp(X...Y)=u/n and fsupp...^(X...Y)=(u+r)/n2 . Then, flever(X...Y)=u/n-(u+r)/n2 . Obviously, 0...4;u...4;n and 0...4;r...4;n2 -n . Therefore, [figure omitted; refer to PDF]
Proposition 11.
Let X,Y be sets of fuzzy attributes. Then,
(1) fconv(X...Y)=1/flift(X...¬Y) ;
(2) fconv(X...Y)=fconv(¬Y...¬X) ;
(3) fconv(X...Y)=fconf^(X...¬Y)/fconf(X...¬Y) ;
(4) 1/n...4;fconv(X...Y) .
Proof.
Everything directly follows from Definition 8 and Proposition 9.
Corollary 12.
Let X,Y be sets of fuzzy attributes and let [ecedil]7;:=[ecedil]7;prod ; that is, the product t -norm is being used as a conjunction. Then, [figure omitted; refer to PDF]
Proof.
Everything directly follows from Definitions 2 and 8, from Proposition 5, and from the fact that fsupp(¬Y)=1-fsupp(Y) .
Corollary 12 copies properties that are well known for crisp variants of lift, leverage, and conviction. In practice, the use of these equations is much more convenient than the original ones from Definition 8. However, note that Corollary 12 holds only if product t -norm [ecedil]7;prod is used. For other t -norms such as minimum [ecedil]7;min...... or Lukasiewicz [ecedil]7;Luk , Definition 8 must not be oversimplified that way. See the subsequent corollaries for more details.
Corollary 13.
Let X,Y be sets of fuzzy attributes and let [ecedil]7;:=[ecedil]7;min... ; that is, the minimum t -norm is being used as a conjunction. Then, [figure omitted; refer to PDF] where sX :=fsupp(X), sY :=fsupp(Y), sY- :=fsupp(¬Y), sXY :=fsupp(X...Y) , and sXY- :=fsupp(X¬Y) .
Proof.
Everything directly follows from Definitions 2 and 8 and from Propositions 6 and 11.
Corollary 14.
Let X,Y be sets of fuzzy attributes and let [ecedil]7;:=[ecedil]7;Luk ; that is, the Lukasiewicz t -norm is being used as a conjunction. Then, [figure omitted; refer to PDF] where sX :=fsupp(X), sY :=fsupp(Y), sY- :=fsupp(¬Y), sXY :=fsupp(X...Y) , and sXY- :=fsupp(X...¬Y) .
Proof.
Everything directly follows from Definitions 2 and 8 and from Propositions 7 and 11.
Experiment 2.
The same data as in Experiment 1 were processed accordingly to correct definitions of lift, leverage, and conviction (see Definition 8). The results can be found in Table 2. Since the data are randomly generated from uniform distribution, they are stochastically independent; hence, lift and conviction should be close to 1 and lift should be close to 0 regardless of t -norm being used. As one can see, the results in Table 2 are perfectly in compliance with our expectations.
Table 2: Comparison of lift, leverage, and conviction computed with different t -norms on stochastically independent data generated randomly from uniform distribution.
| Naive lift | Naive leverage | Naive conviction |
Lukasiewicz t -norm | 1.022 | 0.004 | 1.021 |
Product t -norm | 1.012 | 0.003 | 1.012 |
Minimum t -norm | 1.010 | 0.003 | 1.011 |
5. Conclusion
Lift is a ratio of observed support (resp., confidence) to the support (resp., confidence) that is expected under the assumption of independence. Leverage is similar to lift, since it is a difference between observed and expected support. Conviction is often treated as an alternative to confidence; nevertheless, it is defined on the basis of observed and expected support too.
In this paper, a correct definition of lift, leverage, and conviction for fuzzy data was provided. It should be stressed here that there already exist some research papers that use incorrect (a.k.a. "naive") definition of fuzzy lift (e.g., [18]) that is also discussed here.
The naive definition does not preserve interpretation of positive/negative relationship. For crisp lift and conviction (resp., leverage), the stochastically independent attributes X and Y yield lift(X...Y)[approximate]1 , conv(X...Y)[approximate]1 , and lever(X...Y)[approximate]0 . As shown in Experiment 1, this is no more the case for naive definitions of these measures. On the other hand, Experiment 2 shows that correct definitions of lift, leverage, and conviction again recover that feature for fuzzy data.
All the lift, leverage, and conviction definitions are similar to their "crisp" alternatives (i.e., definitions for binary data) if the t -norm being used is the product [ecedil]7;prod . For Lukasiewicz [ecedil]7;Luk and minimum [ecedil]7;min...... t -norms, a more complicated computation takes place.
In [20], an algorithm was developed in for fast evaluation of fuzzy lift. A future research will therefore address improvements of association rules search algorithms by introducing fast computations of other measures, adding pruning heuristics based on boundary conditions provided by Corollaries 13 and 14. Also, other interest measures may be studied and their applicability to fuzzy rules may be considered.
Acknowledgment
This work was supported by the European Regional Development Fund in the Project of IT4Innovations Centre of Excellence (CZ.1.05/1.1.00/02.0070, VP6).
Conflict of Interests
The author declares that there is no conflict of interests regarding the publication of this paper.
[1] M. Hahsler, K. Hornik, "New probabilistic interest measures for association rules," Intelligent Data Analysis , vol. 11, no. 5, pp. 437-455, 2007.
[2] R. Agrawal, T. Imielinski, A. Swami, "Mining association rules between sets of items in large databases," in Proceedings of the ACM SIGMOD International Conference on Management of Data, pp. 207-216, Washington, DC, USA, May 1993.
[3] A. Berrado, G. C. Runger, "Using metarules to organize and group discovered association rules," Data Mining and Knowledge Discovery , vol. 14, no. 3, pp. 409-431, 2007.
[4] G. I. Webb, "Discovering significant patterns," Machine Learning , vol. 68, no. 1, pp. 1-33, 2007.
[5] R. Srikant, R. Agrawal, "Mining quantitative association rules in large relational tables," SIGMOD Record , vol. 25, no. 2, pp. 1-12, 1996.
[6] V. Novák, I. Perfilieva, J. Mockor Mathematical Principles of Fuzzy Logic , Kluwer, Boston, Mass, USA, 1999.
[7] H. Kalia, S. Dehuri, A. Ghosh, "A survey on fuzzy association rule mining," International Journal of Data Warehousing and Mining , vol. 9, no. 1, pp. 1-27, 2013.
[8] K. C. C. Chen, W.-H. Au Mining Fuzzy Association Rules , ACM, New York, NY, USA, 1997.
[9] V. Novák, I. Perfilieva, A. Dvorák, G. Chen, Q. Wei, P. Yan, "Mining pure linguistic associations from numerical data," International Journal of Approximate Reasoning , vol. 48, no. 1, pp. 4-22, 2008.
[10] M. Burda, "Fast evaluation of t-norms for fuzzy association rules mining," in Proceedings of the 14th IEEE International Symposium on Computational Intelligence and Informatics (CINTI '13), pp. 465-470, Budapest, Hungary, November 2013.
[11] M. Burda, V. Pavliska, R. Valásek, "Parallel mining of fuzzy association rules on dense data sets," in Proceedings of the IEEE International Conference on Fuzzy Systems (FUZZ-IEEE '14), pp. 2156-2162, IEEE, Beijing, China, 2014.
[12] S. Brin, R. Motwani, J. D. Ullman, S. Tsur, "Dynamic itemset counting and implication rules for market basket data," in Proceedings ACM SIGMOD International Conference on Management of Data (SIGMOD '97), pp. 255-264, Tucson, Ariz, USA, 1997.
[13] P. D. McNicholas, T. B. Murphy, M. O'Regan, "Standardising the lift of an association rule," Computational Statistics & Data Analysis , vol. 52, no. 10, pp. 4712-4721, 2008.
[14] P. Hájek, I. Havel, M. Chytil, "The GUHA method of automatic hypotheses determination," Computing , vol. 1, no. 4, pp. 293-308, 1966.
[15] G. Piatetsky-Shapiro, "Discovery, analysis, and presentation of strong rules," Knowledge Discovery in Databases , pp. 229-248, AAAI/MIT Press, 1991.
[16] S. Lallich, O. Teytaud, E. Prudhomme, "Association rule interestingness: measure and statistical validation," Quality Measures in Data Mining , vol. 43, of Studies in Computational Intelligence, pp. 251-275, Springer, Berlin, Germany, 2007.
[17] A. L. Buczak, C. M. Gifford, "Fuzzy association rule mining for community crime pattern discovery," in Proceedings of the ACM SIGKDD Workshop on Intelligence and Security Informatics (ISI-KDD '10), vol. 2, pp. 1-10, ACM, New York, NY, USA, 2010.
[18] D. P. Pancho, J. M. Alonso, J. Alcalá-Fdez, L. Magdalena, "Interpretability analysis of fuzzy association rules supported by fingrams," in Proceedings of the 8th Conference of the European Society for Fuzzy Logic and Technology (EUSFLAT '13), pp. 469-474, September 2013.
[19] R. Agrawal, "Fast discovery of association rules," Advances in Knowledge Discovery and Data Mining , pp. 307-328, AAAI Press/MIT Press, Cambridge, Mass, USA, 1996.
[20] M. Burda, "Lift measure for fuzzy association rules," in Proceedings of the 7th International Conference on Soft Methods in Probability and Statistics (SMPS '2014), Springer, Warsaw, Poland, September 2014.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2014 Michal Burda. Michal Burda et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Abstract
Lift, leverage, and conviction are three of the best commonly known interest measures for crisp association rules. All of them are based on a comparison of observed support and the support that is expected if the antecedent and consequent part of the rule were stochastically independent. The aim of this paper is to provide a correct definition of lift, leverage, and conviction measures for fuzzy association rules and to study some of their interesting mathematical properties.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer