Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 2 of 2 for 1 (0.01 sec)

Similar results are displayed.

  1. KDTree — scikit-learn 1.7.0 documentation

    query ( X [: 1 ], k = 3 ) >>> print ( ind ) #...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) # distances...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Thu Jun 05 22:21:58 UTC 2025
      135.9K bytes
      Cache
     
  2. BallTree — scikit-learn 1.7.0 documentation

    query ( X [: 1 ], k = 3 ) >>> print ( ind ) #...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) # distances...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
    Thu Jun 05 22:21:58 UTC 2025
      136K bytes
      Cache
     
Back to top