Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Showing similar results.

  1. KDTree — scikit-learn 1.7.2 documentation

    query ( X [: 1 ], k = 3 ) >>> print...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) #...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Wed Nov 26 04:38:21 GMT 2025
      135.9K bytes
      Cache
     
  2. BallTree — scikit-learn 1.7.2 documentation

    query ( X [: 1 ], k = 3 ) >>> print...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) #...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
    Wed Nov 26 04:38:19 GMT 2025
      136K bytes
      Cache
     
Back to Top