[][src]Trait acap::ExactNeighbors

pub trait ExactNeighbors<K: Proximity<V>, V = K>: NearestNeighbors<K, V> { }

Marker trait for NearestNeighbors implementations that always return exact results.

Implementors

impl<K, V> ExactNeighbors<K, V> for FlatKdTree<V> where
    K: KdMetric<V>,
    V: Coordinates
[src]

impl<K, V> ExactNeighbors<K, V> for KdTree<V> where
    K: KdMetric<V>,
    V: Coordinates
[src]

impl<K, V> ExactNeighbors<K, V> for FlatVpTree<V> where
    K: Metric<V, Distance = V::Distance>,
    V: Metric
[src]

impl<K, V> ExactNeighbors<K, V> for VpTree<V> where
    K: Metric<V, Distance = V::Distance>,
    V: Metric
[src]

impl<K: Proximity<V>, V> ExactNeighbors<K, V> for ExhaustiveSearch<V>[src]

Loading content...