[][src]Trait talus::Metric

pub trait Metric {
    fn distance(&self, other: &Self) -> f64;
}

Required methods

fn distance(&self, other: &Self) -> f64

Loading content...

Implementations on Foreign Types

impl Metric for Vec<f64>[src]

Loading content...

Implementors

Loading content...