[][src]Trait lsh_rs::VecHash

pub trait VecHash {
    fn hash_vec_query(&self, v: &[f32]) -> Hash;
fn hash_vec_put(&self, v: &[f32]) -> Hash; fn as_query_directed_probe(&self) -> Option<&dyn QueryDirectedProbe> { ... } }

Required methods

fn hash_vec_query(&self, v: &[f32]) -> Hash

fn hash_vec_put(&self, v: &[f32]) -> Hash

Loading content...

Provided methods

fn as_query_directed_probe(&self) -> Option<&dyn QueryDirectedProbe>

Loading content...

Implementors

impl VecHash for L2[src]

impl VecHash for MIPS[src]

impl VecHash for SignRandomProjections[src]

Loading content...