Skip to content

Commit 05feb7e

Browse files
sid-kapagramfort
authored andcommitted
Change >> to \gg (scikit-learn#8612)
Use the LaTeX symbol for "much greater than"
1 parent 053d5f3 commit 05feb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/neighbors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ There are two phases of tree traversals used in order to answer a query to find
665665
the :math:`m` nearest neighbors of a point :math:`q`. First, a top-down
666666
traversal is performed using a binary search to identify the leaf having the
667667
longest prefix match (maximum depth) with :math:`q`'s label after subjecting
668-
:math:`q` to the same hash functions. :math:`M >> m` points (total candidates)
668+
:math:`q` to the same hash functions. :math:`M \gg m` points (total candidates)
669669
are extracted from the forest, moving up from the previously found maximum
670670
depth towards the root synchronously across all trees in the bottom-up
671671
traversal. `M` is set to :math:`cl` where :math:`c`, the number of candidates

0 commit comments

Comments
 (0)