Skip to content

Commit 3bf53c8

Browse files
committed
Ball Tree, KD Tree, and tests
1 parent db6f005 commit 3bf53c8

17 files changed

+124074
-10931
lines changed

sklearn/neighbors/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55

66
from .ball_tree import BallTree
7+
from .kd_tree import KDTree
78
from .graph import kneighbors_graph, radius_neighbors_graph
89
from .unsupervised import NearestNeighbors
910
from .classification import KNeighborsClassifier, RadiusNeighborsClassifier

0 commit comments

Comments
 (0)