We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10562a1 commit 856e143Copy full SHA for 856e143
niaarm/rule.py
@@ -159,7 +159,7 @@ class Rule:
159
leverage: difference between the frequency of antecedent and the consequent appearing together and the expected
160
frequency of them appearing separately based on their individual support
161
162
- :math: `leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
+ :math:`leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
163
164
**Range:** :math: `[-1, 1]` (-1 reflects total negative association, 1 reflects perfect positive association
165
and 0 reflects independence)
0 commit comments