@Reference(authors="W. Kl\u00f6sgen", title="Explora: A multipattern and multistrategy discovery assistant", booktitle="Advances in Knowledge Discovery and Data Mining", bibkey="DBLP:books/mit/fayyadPSU96/Klosgen96") public class Klosgen extends java.lang.Object implements InterestingnessMeasure
\[ \sqrt{\text{support}(X\cup Y)} \left(\text{confidence}(X \rightarrow Y) - \text{support}(Y)\right) = \sqrt{P(X\cap Y)}\left(P(Y|X)-P(Y)\right) \]
Reference:
W. Klösgen
Explora: A multipattern and multistrategy discovery assistant
Advances in Knowledge Discovery and Data Mining
Constructor and Description |
---|
Klosgen()
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.