Skip to content

Commit 053d5f3

Browse files
sid-kapjnothman
authored andcommitted
DOC neighbors.rst: use \le and \ge (scikit-learn#8610)
Use \le and \ge instead of <= and >=.
1 parent 36b38f1 commit 053d5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/neighbors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ is called :math:`(r, e , p1 , p2 )`-sensitive, with :math:`r, e > 0`,
620620
:math:`p_1 > p_2 > 0`, if for any :math:`p, q \in S`, the following conditions
621621
hold (:math:`D` is the distance function):
622622

623-
* If :math:`D(p,q) <= r` then :math:`P_H[h(p) = h(q)] >= p_1`,
624-
* If :math:`D(p,q) > r(1 + e)` then :math:`P_H[h(p) = h(q)] <= p_2`.
623+
* If :math:`D(p,q) \le r` then :math:`P_H[h(p) = h(q)] \ge p_1`,
624+
* If :math:`D(p,q) > r(1 + e)` then :math:`P_H[h(p) = h(q)] \le p_2`.
625625

626626
As defined, nearby points within a distance of :math:`r` to each other are
627627
likely to collide with probability :math:`p_1`. In contrast, distant points

0 commit comments

Comments
 (0)