@Reference(authors="P. Tan, V. Kumar", title="Interestingness measures for association patterns: A perspective", booktitle="Proc. Workshop on Postprocessing in Machine Learning and Data Mining", url="https://www.cs.umn.edu/sites/cs.umn.edu/files/tech_reports/00-036.pdf", bibkey="tr/umn/TanK00") public class Cosine extends java.lang.Object implements InterestingnessMeasure
The interestingness measure called IS by Tan and Kumar.
Reference:
P. Tan, V. Kumar
Interestingness measures for association patterns: A perspective
In Proc. Workshop on Postprocessing in Machine Learning and Data Mining
Constructor and Description |
---|
Cosine()
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.