Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 2 of 2 for 1 (2.18 seconds)

Showing similar results.

Filter
  1. BallTree — scikit-learn 1.8.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
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
     
  2. KDTree — scikit-learn 1.8.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
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
     
Back to Top