Skip to content

Commit

Permalink
do not export all_neighbors yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Dec 21, 2020
1 parent c07ca61 commit c635d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neighborhoods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Neighborhood, Distances

export WithinRange, NeighborNumber
export Euclidean, Chebyshev, Cityblock, all_neighbors
export Euclidean, Chebyshev, Cityblock

Neighborhood.KDTree(D::AbstractDataset, metric::Metric = Euclidean(); kwargs...) =
KDTree(D.data, metric; kwargs...)
Expand Down

0 comments on commit c635d41

Please sign in to comment.