@Reference(authors="R. M. Goodman, P. Smyth", title="Rule induction using information theory", booktitle="Knowledge Discovery in Databases 1991", bibkey="DBLP:books/mit/PF91/SmythG91") public class JMeasure extends java.lang.Object implements InterestingnessMeasure
Reference:
R. M. Goodman, P. Smyth
Rule induction using information theory
Knowledge Discovery in Databases 1991
Constructor and Description |
---|
JMeasure()
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.