@Reference(authors="S. Brin, R. Motwani, J. D Ullman, S Tsur", title="Dynamic itemset counting and implication rules for market basket data", booktitle="Proc. 1997 ACM SIGMOD international conference on management of data", url="https://doi.org/10.1145/253260.253325", bibkey="DBLP:conf/sigmod/BrinMUT97") public class Conviction extends java.lang.Object implements InterestingnessMeasure
Reference:
S. Brin, R. Motwani, J. D Ullman, S Tsur
Dynamic itemset counting and implication rules for market basket data
In Proc. 1997 ACM SIGMOD international conference on management of data
Constructor and Description |
---|
Conviction()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
measure(int t,
int sX,
int sY,
int sXY)
Computes the value of the measure for a given support values
|
public double measure(int t, int sX, int sY, int sXY)
InterestingnessMeasure
measure
in interface InterestingnessMeasure
t
- Total number of transactionsX
- Support of the antecedentsY
- Support of the consequentsXY
- Support of the union of antecedent and consequentCopyright © 2019 ELKI Development Team. License information.