File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,13 @@ class Rule:
159159 leverage: difference between the frequency of antecedent and the consequent appearing together and the expected
160160 frequency of them appearing separately based on their individual support
161161
162- :math:`leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
162+ :math:`leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
163163
164- **Range:** :math: `[-1, 1]` (-1 reflects total negative association, 1 reflects perfect positive association
164+ **Range:** :math:`[-1, 1]` (-1 reflects total negative association, 1 reflects perfect positive association
165165 and 0 reflects independence)
166166
167- **Reference:** Gregory Piatetsky-Shapiro. 1991. Discovery, Analysis, and Presentation of Strong Rules. In
168- Knowledge Discovery in Databases, Gregory Piatetsky-Shapiro and William J. Frawley (Eds.). AAAI/MIT Press, 229–248.
167+ **Reference:** Gregory Piatetsky-Shapiro. 1991. Discovery, Analysis, and Presentation of Strong Rules. In
168+ Knowledge Discovery in Databases, Gregory Piatetsky-Shapiro and William J. Frawley (Eds.). AAAI/MIT Press, 229–248.
169169 """
170170
171171 __slots__ = (
You can’t perform that action at this time.
0 commit comments