@Reference(authors="S. Sahar, Sigal, Y. Mansour", title="Empirical evaluation of interest-level criteria", booktitle="Proc. SPIE 3695, Data Mining and Knowledge Discovery: Theory, Tools, and Technology", url="https://doi.org/10.1117/12.339991", bibkey="DBLP:conf/dmkdttt/SaharM99") public class AddedValue extends java.lang.Object implements InterestingnessMeasure
Reference:
S. Sahar, Sigal, Y. Mansour
Empirical evaluation of interest-level criteria
Proc. SPIE 3695, Data Mining and Knowledge Discovery: Theory, Tools, and
Technology
| Constructor and Description |
|---|
AddedValue()
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)
InterestingnessMeasuremeasure in interface InterestingnessMeasuret - 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.