summaryrefslogtreecommitdiffstats
path: root/src/forest.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/forest.rs')
-rw-r--r--src/forest.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/forest.rs b/src/forest.rs
index 56dff7e..d4f5083 100644
--- a/src/forest.rs
+++ b/src/forest.rs
@@ -2,8 +2,8 @@
use acap::distance::Proximity;
use acap::kd::FlatKdTree;
+use acap::knn::{NearestNeighbors, Neighborhood};
use acap::vp::FlatVpTree;
-use acap::{NearestNeighbors, Neighborhood};
use std::iter::{self, Extend, FromIterator};
@@ -165,7 +165,7 @@ mod tests {
use acap::euclid::Euclidean;
use acap::exhaustive::ExhaustiveSearch;
- use acap::{NearestNeighbors, Neighbor};
+ use acap::knn::{NearestNeighbors, Neighbor};
use rand::prelude::*;