Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Similar results are displayed.

  1. KDTree — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      136K bytes
      Cache
     
  2. BallTree — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      136.1K bytes
      Cache
     
Back to top