@Reference(authors="R. Agrawal, T. Imielinski, A. Swami", title="Mining association rules between sets of items in large databases", booktitle="Proc. ACM SIGMOD International Conference on Management of Data", url="https://doi.org/10.1145/170036.170072", bibkey="DBLP:conf/sigmod/AgrawalIS93") public class Confidence extends java.lang.Object implements InterestingnessMeasure
Reference:
R. Agrawal, T. Imielinski, A. Swami
Mining association rules between sets of items in large databases
Proc. ACM SIGMOD International Conference on Management of Data
Constructor and Description |
---|
Confidence()
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.