class |
AddedValue |
Added value (AV) interestingness measure:
\( \text{confidence}(X \rightarrow Y) - \text{support}(Y) = P(Y|X)-P(Y) \).
|
class |
CertaintyFactor |
Certainty factor (CF; Loevinger) interestingness measure.
\( \tfrac{\text{confidence}(X \rightarrow Y) -
\text{support}(Y)}{\text{support}(\neg Y)} \).
|
class |
Confidence |
Confidence interestingness measure,
\( \tfrac{\text{support}(X \cup Y)}{\text{support}(X)}
= \tfrac{P(X \cap Y)}{P(X)}=P(Y|X) \).
|
class |
Conviction |
Conviction interestingness measure:
\(\frac{P(X) P(\neg Y)}{P(X\cap\neg Y)}\).
|
class |
Cosine |
Cosine interestingness measure,
\(\tfrac{\text{support}(A\cup B)}{\sqrt{\text{support}(A)\text{support}(B)}}
=\tfrac{P(A\cap B)}{\sqrt{P(A)P(B)}}\).
|
class |
GiniIndex |
Gini-index based interestingness measure, using the weighted squared
conditional probabilities compared to the non-conditional priors.
|
class |
Jaccard |
Jaccard interestingness measure:
|
class |
JMeasure |
J-Measure interestingness measure.
|
class |
Klosgen |
Klösgen interestingness measure.
|
class |
LaplaceCorrectedConfidence |
Laplace Corrected Confidence interestingness measure.
|
class |
Leverage |
Leverage interestingness measure.
|
class |
Lift |
Lift interestingness measure.
|
class |
OddsRatio |
Odds ratio interestingness measure.
|
class |
PhiCorrelationCoefficient |
Phi Correlation Coefficient interestingness measure.
|
class |
SebagSchonauer |
Sebag Schonauer interestingness measure.
|
class |
YulesQ |
Yule's Q interestingness measure.
|
class |
YulesY |
Yule's Y interestingness measure.
|